Welcome to this Python tutorial, in this video I'm going to show how you can make your Python scripts more flexible, more interactive and a bit more generic.
Our goal is to have a generic machine learning python script that we can use for multiple datasets and utilise multiple different machine learning algorithms.
By utilising command line arguments we can take our machine learning scripts to the next level. Machine learning algorithms learn using data. There are many different datasets we may wish to use and many different machine learning algorithms we may wish to process the dataset with.
By making these 2 parameters (data, algorithm ) variable, we can make super flexible python scripts.
FOLLOW ME ON TWITTER:
/ monkhousetom
Website:
https://computer-vision.io/
Discord:
https://discordapp.com/invite/aKeFUpF
Reddit:
/ computer_vision
Twitter:
/ monkhousetom