Repository for the 3rd project in FYS-STK 4155. The data used in this project is from The data is taken from https://www.kaggle.com/keplersmachines/kepler-labelled-time-series-data. Note that the plots in visuals/ may differ from those in report.
go to * data folder and unzip "archive.zip" so that the data folder contains two csv files: "exoTrain.csv" and "exoTest.csv" or download the data directly from kaggle.
We were not able to create a pipenv because of some complications with our computers and the python installation.
to test the function, while in Test runs, write
pytest -v
or run the program normally. this also serves as benchmarks to check that each part of the code is running as expected. The parts of the code implemented with scikit Learn does not have tests as this package is extensively tested already.