Detailed statistical analysis and data visualisation of a dataset containing records of used cars and prediction of their price using Linear Regression Model & Random Forest Model.
The project is created with:
- Python Pandas
- Scikit-learn
- Jupyter Notebook
If you want to run the notebook yourself on your computer,then you'll need iPython notebook and the required packages.
Open a terminal and run:
git clone https://github.com/dishanp/ScrapBot.git
pip install jupyter
pip install -r requirements.txt
cd ScrapBot
jupyter notebook
A tab should open in your browser at http://localhost:8888 and you're good to go!