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

Releases: microsoft/MLHyperparameterTuning

Add estimators parameter

06 Jan 16:31
b98f7b4
Compare
Choose a tag to compare

Adding an "estimators" Papermill parameter for enabling controlling the total run time when testing.

AMLS Pipeline Release

14 Nov 14:21
7fff4f8
Compare
Choose a tag to compare

This extends the previous implementation by adding a notebook that creates an Azure Machine Learning Service Pipeline that does the work of notebooks 04, hyperparameter tuning, and 05, creating the best model.

Papermill patch

28 Aug 12:28
38026e4
Compare
Choose a tag to compare

Upgrade to Papermill 1.0.1 to fix a version mismatch with nbconvert

Train-tune-test

30 Jul 17:21
602ac9a
Compare
Choose a tag to compare

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.