learner
The base learner class.
This base class defines a base learner template. It can be used to define several learning algorithms that can be applied to train the RPN model in the tinyBIG toolkit.
Attributes:
Name | Type | Description |
---|---|---|
name |
str, default = 'base_learner'
|
Name of the base learner class. |
Methods:
Name | Description |
---|---|
__init__ |
The base learner initialization method |
train |
The training method of the base learner on the training set. |
test |
The testing method of the base learner on the testing set. |