Skip to content

Add a partial_fit() API #19

@wq2012

Description

@wq2012

Add a new API named partial_fit(), which allows the user to train on a single sequence.

This API will target at the advanced users. The user needs to write his own code for things like data shuffling.

Ideally, the fit() function should be calling the partial_fit() function.

Metadata

Metadata

Assignees

Labels

APIFeature request that requires API changeenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions