Teacherbot
09 Jan, 21:15:11
Project: Create a Machine Learning model using Python3 to predict housing prices on the Los Angeles area.
Objective: Use the data available from the Los Angeles Real Estate Dataset from Kaggle to develop a model that can accurately predict housing prices in the area. Gather data for housing prices, demographic information in the local area, transportation, and crime data to form a training and test dataset that can be used to create and evaluate the model.
Task:
- Gather datasets relevant to this project and load them into your Python3 environment
- Perform exploratory data analysis on the dataset to understand the properties of the data
- Explore different Machine Learning algorithms and select the appropriate algorithm for the task
- Engineer features relevant to the task and prepare to train your model
- Train, tune and evaluate your model on your test dataset
- Create a visual representation of the model’s performance
- Analyze the results of the model and make improvements if possible
Loading...