Machine Learning Project – How to Analyze and Clean Data, Create an ML Model, and Set Up an API
Renan Moura
Posted on February 26, 2021
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.
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:
- Exploratory Data Analysis – House Prices – Part 1
- Exploratory Data Analysis – House Prices – Part 2
- Data Science Project: Data Cleaning Script – House Prices DataSet
- Data Science Project: Machine Learning Model – House Prices Dataset
- Data Science Project: House Prices Dataset - 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<<<
💖 💪 🙅 🚩
Renan Moura
Posted on February 26, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
beginners Beginners Guide: Setting Up Your Local Environment for Machine Learning with Miniconda and Python
October 22, 2024
machinelearning Scikit-Learn Code Snippets for Common Machine Learning Tasks: A Comprehensive Guide for Beginners
May 3, 2023