https://github.com/spartee/ml-smart-pricing
Smart pricing tool for cars on craigslist
https://github.com/spartee/ml-smart-pricing
exploratory-data-analysis machine-learning notebook predictive-modeling regression smart-pricing
Last synced: about 1 year ago
JSON representation
Smart pricing tool for cars on craigslist
- Host: GitHub
- URL: https://github.com/spartee/ml-smart-pricing
- Owner: Spartee
- License: mit
- Created: 2020-03-29T22:14:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:55:46.000Z (over 3 years ago)
- Last Synced: 2023-03-11T06:53:00.492Z (over 3 years ago)
- Topics: exploratory-data-analysis, machine-learning, notebook, predictive-modeling, regression, smart-pricing
- Language: Jupyter Notebook
- Homepage:
- Size: 2.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Smart Pricing
Ever wonder how much your car is worth? Well, now you can find out! In this notebook is a smart pricing model for
a used car dataset scraped from Craigslist. Included in the notebook are all the links that inspired this notebook
as well as the link to the data. A requirements.txt is included for reproducibility.
### Running the Notebook
- (optional) Create a new virtual environment
- Install the dependencies
```bash
pip install -r requirements.txt
```
- Start the jupyter notebook and run all the cells