mmlspark.automl package¶
Submodules¶
mmlspark.automl.FindBestModel module¶
mmlspark.automl.HyperparamBuilder module¶
-
class
mmlspark.automl.HyperparamBuilder.DiscreteHyperParam(values, seed=0)[source]¶ Bases:
objectSpecifies a discrete list of values.
-
class
mmlspark.automl.HyperparamBuilder.GridSpace(paramValues)[source]¶ Bases:
objectSpecifies a predetermined grid of values to search through.
-
class
mmlspark.automl.HyperparamBuilder.HyperparamBuilder[source]¶ Bases:
objectSpecifies the search space for hyperparameters.
mmlspark.automl.TuneHyperparameters module¶
Module contents¶
MicrosoftML is a library of Python classes to interface with the Microsoft scala APIs to utilize Apache Spark to create distibuted machine learning models.
MicrosoftML simplifies training and scoring classifiers and regressors, as well as facilitating the creation of models using the CNTK library, images, and text.