An open API service indexing awesome lists of open source software.

https://github.com/Ah00ra/car-price-prediction

predict a car price by multiple linear regression
https://github.com/Ah00ra/car-price-prediction

machine-learning regression web-scrapping

Last synced: 4 months ago
JSON representation

predict a car price by multiple linear regression

Awesome Lists containing this project

README

          

# Car price prediction

scrape data from bama.ir and insert it into db with `fetch-data.py`
then use them to predict a car price by multiple linear regression.