MLHyperparameterTuning icon indicating copy to clipboard operation
MLHyperparameterTuning copied to clipboard

Example of using HyperDrive to tune a regular ML learner.

Results 16 MLHyperparameterTuning issues
Sort by recently updated
recently updated
newest added

Currently, the testing script uses the maximum number of iterations of the trained model to score the data. Add an "early_stopping_rounds" argument to the training script so it records the...

enhancement

Consider changing the experiment to use low-priority nodes.

enhancement

Once an AML SDK LightGBM estimator is available, use it to create the best model on the cluster.

enhancement

Mat: There is no easy way to dev-test a set of notebooks locally. I use Makefiles but anything will do. Just something that makes it easy for someone to run...

enhancement

Mat: Some of the scripts that are created in the notebooks could be broken up a bit. Where you are writing a comment stating what those lines below do that...

enhancement

Mat: Instead of using print statements in the scripts use Python logging. Only reason is you can add debug logging statements that people can turn on or off. Print is...

enhancement