Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

..
Failed to load latest commit information.
README.md
mean_benchmark.py
median_benchmark.py
random_forest_benchmark.py
util.py

README.md

Benchmarks

This folder contains a couple basic benchmarks to provide examples of reading in the data and creating a submission.

Executing these benchmarks requires python along with the pandas package.

To run them,

  1. Download the data
  2. Modify the get_paths function in util.py to point to the data path and the submission output path on your system
  3. Run the benchmarks by executing the corresponding script (e.g. python random_forest_benchmark.py)
  4. Make a submission with the output file

The benchmarks are:

  • mean_benchmark.py: predicts the mean sale price from the training set
  • median_benchmark.py: predicts the median sale price from the training set
  • random_forest_benchmark.py: converts the training set to continuous and categorical features and then trains a random forest
Something went wrong with that request. Please try again.