Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Train-tune-test

Choose a tag to compare

@marabout2015 marabout2015 released this 30 Jul 17:21
· 102 commits to master since this release
602ac9a

This major update supports a train-valid-test split of the data per Issue #4. It includes:

A training script that uses train and valid data, and logs running statistics of model performance on valid.
A test script that uses a downloaded model to score the test data.
A new notebook that uses the best hyperparameters to train a model using a large number of estimators.