Project for Machine Learning Practical 2018-2019 and also an entry for the LANL Earthquake Prediction competition
- Install numpy
- Install scikit-learn:
conda install scikit-learn
or
pip install -U scikit-learn
- Install pandas:
conda install pandas
or
pip install pandas