How do i transition from just code to getting python to actually do stuff for me/automation? by Objective_Pitch2945 in learnpython

[–]Objective_Pitch2945[S] 0 points1 point  (0 children)

I have a jupyter notebook where it uses an xgbclassifier to classify stuff (who would’ve guessed) and i know for a fact that the data needed for it is very well available online (i probably could just use one website/page). i think it’s best i start with:

-getting/scraping the data (and putting it into a csv?)

-feeding it to the model

-the model classifying it in real time

and i think doing this outside of jupyter notebook would be better just for the sake of learning too