DEV Community

Cover image for Machine Learning Project – How to Analyze and Clean Data, Create an ML Model, and Set Up an API
Renan Moura
Renan Moura

Posted on • Originally published at renanmf.com

Machine Learning Project – How to Analyze and Clean Data, Create an ML Model, and Set Up an API

This is a series on Data Science and Machine Learning applied to a House Prices dataset from the Kaggle competition House Prices: Advanced Regression Techniques.

You can download a PDF version of this Data Science and Machine Learning Project with the full source code repository linked in the book.

In this series we begin with the EDA (Exploratory Data Analysis) of the data, we create a script to clean the data, then we use the cleaned data to create a Machine Learning Model, and finally we use the Machine Learning model to implement a prediction API:

You can download the complete code in the Github Repository with clear instructions to execute this end-to-end project.

>>>You can also watch how to run this project on Youtube<<<

Top comments (0)