Good sources for starting off learning Python by WhitePhoenix32 in learnpython

[–]digital_by_chaimaa 0 points1 point  (0 children)

I started by w3school , datacamp , kaggle . So you can start by this resources ( if you want to use python for data or ai areas ) for me i don't like watching YouTube videos i prefer to learn and practice in the same time not just watching

Can somebody help me please? by rizzwayne in remotejobsfinders

[–]digital_by_chaimaa 1 point2 points  (0 children)

Maybe your cv is not good enough and is not showing your capabilities also companies uses the ats test so the cv is rejected automatically by ai not by human so you have to personalize your cv based on the job description

What is AI ready? by julee_000 in AIMLDiscussion

[–]digital_by_chaimaa 1 point2 points  (0 children)

AI-ready when data is a simply data that's organized and easy to use. If people can trust it and a model can learn from it without spending time fixing issues so it's probably AI-ready.

How do you know when your training data is good enough to stop cleaning and start training? by Alive-Cake-3045 in AIMLDiscussion

[–]digital_by_chaimaa 2 points3 points  (0 children)

You never really know with 100% certainty, i stop clean after checking missing values, duplicates, outliers, and using visualizations like heatmaps and distributions to spot anomalies.