Skip to content

SKPlumber Fit Result Data

Compare
Choose a tag to compare
@epeters3 epeters3 released this 22 Apr 17:25

The SKPlumber.fit method now returns a SearchResult named tuple which contains data about how the AutoML search went. The tuple members are:

  • time: The time in seconds it took the fit method to complete
  • n_sample_iters: The total number of pipelines tried in the sampling stage
  • n_tune_iters: The total number of pipelines tried in the hyperparameter tuning stage
  • best_score: The best score the evaluator was able to find during the AutoML search