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

Releases: microsoft/MLHyperparameterTuning

Add estimators parameter

Choose a tag to compare

@marabout2015 marabout2015 released this 06 Jan 16:31
b98f7b4

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

AMLS Pipeline Release

Choose a tag to compare

@marabout2015 marabout2015 released this 14 Nov 14:21
7fff4f8

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

Choose a tag to compare

@marabout2015 marabout2015 released this 28 Aug 12:28
38026e4

Upgrade to Papermill 1.0.1 to fix a version mismatch with nbconvert

Train-tune-test

Choose a tag to compare

@marabout2015 marabout2015 released this 30 Jul 17:21
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.