Evaluation summary of model
Creates the model selector class
This is used to store all information about fitting and model selection generated by the model selector class
This is used to store all information about fitting and model selection generated by the model selector class
type of validation performed to select hyper parameters
parameters on validation
parameters on data preparation before hyper parameter tuning
changes made to the data in data preparation
metric used to select hyper parameters and model
type of modeling (eg binary classification, regressionm etc)
best model UID
model with parameters and metric for all evaluated
winning model performance on training data set
winning model performance on holdout data set
Builder for a param sets used in random search-based model selection.
Parameters for SelectorCombiner
Returned wrapped best model from model selector estimator
Class used to combine the predictions produced by two model selectors into a single prediction.
Class used to combine the predictions produced by two model selectors into a single prediction. Does this by either taking the best models prediction or a combination of the two predictions that is either weighted by the accuracy measure or equal. Uses the summary information from the model selectors to determine the accuracy of the predictions and reruns evaluation (both train and test) when the predictions are combined.
Evaluation summary of model
uid for winning model
unique name for model run
simple name of type of model
evaluation metrics for model
parameter settings for model