Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.23 KB

Build Status License: MIT

Case based reasoning System

Case based reasoning system to estimate the manufacturer's suggested retail price (MSRP) of a car.

Data

The Car Features and MSRP dataset is an open dataset that includes features such as make, model, year, and engine type to predict price, further information about it can be found at its webpage.

Prerequisites

This project makes use of the respective packages:

  • R >= 3.3.3
  • magrittr
  • tidyverse
  • FNN
  • here

Code

Custom functions are available at the directory code/

Execution

The R notebooks reside in the notebooks/ directory, and ideally should be run under the Rstudio IDE.

Authors

  • Benardi Nunes - Initial work - Benardi

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Further information

Further information can be found at the page of Prof. Ian Watson.