Skip to content

benhamner/Stack-Overflow-Competition

Repository files navigation

Benchmarks for Kaggle's Predict Closed Questions on Stack Overflow competition

The benchmarks require several Python packages:

  • numpy
  • pandas
  • sklearn

These packages can be installed with easy_install or pip, or Windows users can download compiled versions of these packages

To run the benchmarks, you also need to download the data. The only files necessary for the benchmarks are train-sample.csv and public_leaderboard.csv. Two variables need to be updated in competition_utilities.py as well: data_path should be set to the path to the data, and submissions_path should be set to the location for writing the submission files.

About

Benchmarks for Kaggle's Predict Closed Questions on Stack Overflow competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages