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

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

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