Loading...

verticapy.machine_learning.memmodel.ensemble.Ensemble#

class verticapy.machine_learning.memmodel.ensemble.Ensemble#

InMemoryModel implementation 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__()

get_attributes()

Returns the model attributes.

plot_tree([pic_path, tree_id])

Draws the input tree.

set_attributes(**kwargs)

Sets the model attributes.

Attributes

object_type

Must be overridden in child class