Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 548 Bytes

File metadata and controls

17 lines (11 loc) · 548 Bytes

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

    pip install -r requirements.txt
  • Start the jupyter notebook and run all the cells