smac.model.random_forest.abstract_random_forest

Classes

AbstractRandomForest(*args, **kwargs)

Abstract base class for all random forest models.

Interfaces

class smac.model.random_forest.abstract_random_forest.AbstractRandomForest(*args, **kwargs)[source]

Bases: AbstractModel

Abstract base class for all random forest models.