-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
To avoid giving different names to the same thing or the same name to different things
model = ModelEvaluation(estimator=ms.best_model_)could be changed to something like
model_evaluation = ModelEvaluation(model=ms.best_model_)Also for consistency, one might consider having either
ModelSelectionandModelEvaluation- or
ModelSelectorandModelEvaluator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels