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
- Host: GitHub
- URL: https://github.com/Ah00ra/car-price-prediction
- Owner: Ah00ra
- License: gpl-2.0
- Created: 2022-12-24T17:47:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T18:44:45.000Z (almost 3 years ago)
- Last Synced: 2024-11-20T01:33:25.741Z (11 months ago)
- Topics: machine-learning, regression, web-scrapping
- Language: Jupyter Notebook
- Homepage:
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.