With these tutorials you will go through an example of full data science project, from the storage of input data to the deployment of a machine learning model:
- Setting up the working environment
- MongoDB database
- Exploring the data
- Comparing machine learning algorithms. Accuracy
- Comparing machine learning algorithms. Cumulative accuracy profile
- Model tuning
- Saving the model
- Loading unseen data
- Deployment steps
- Preparing the data. Download the script
- Making predictions. Download the script
- Validating the model. Download the script
- Whole procedure (launcher). Download the script
Back to home page