SparkBestModelSelector

class sparklightautoml.automl.blend.SparkBestModelSelector[source]

Bases: SparkBlender, WeightedBlender

Select best single model from level.

Drops pipes that are not used in calc best model. Works in general case (even on some custom things) and most efficient on inference. Perform worse than other on tables, specially if some of models was terminated by timer.