car-pricing
Contains material for Javazone 2017 Lightning talk "Bli en Data Scientist på 20 minutter" by Simen Eide. It goes through the principles of building a predictive model using a real world example of the author.
Runs on python 3.4, but is probably fine on python2 as well. Requires the following python packages
- sklearn
- pandas
- numpy
- ggplot
All can be installed by pip3 install -r requirements.txt