vastorbit.machine_learning.memmodel.ensemble.Ensemble¶
- class vastorbit.machine_learning.memmodel.ensemble.Ensemble¶
InMemoryModelimplementation of ensemble algorithms.Examples
This is a base class. To see a comprehensive example specific to your class of interest, please refer to that particular class.
- __init__()¶
Methods
__init__()Returns the model attributes.
plot_tree([pic_path, tree_id])Draws the input tree.
set_attributes(**kwargs)Sets the model attributes.
Attributes
Must be overridden in child class