-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveEnhancement
Milestone
Description
BernoulliRBM
is an online model but the incremental learning method is hidden in the private _fit
API.
BernoulliRBM
should have a public partial_fit
akin to the one in MinibatchKMeans
and MinibatchDictionaryLearning
(along with tests and maybe an example using the digits dataset and random nudging to generate an infinite stream of samples while monitory the performance accuracy of a stacked linear model trained on a fix heldout training set and tested on a fix validation set).
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveEnhancement