Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a partial_fit() API #19

Open
wq2012 opened this issue Dec 26, 2018 · 0 comments
Open

Add a partial_fit() API #19

wq2012 opened this issue Dec 26, 2018 · 0 comments
Assignees
Labels
API Feature request that requires API change enhancement New feature or request

Comments

@wq2012
Copy link
Member

wq2012 commented Dec 26, 2018

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.

@wq2012 wq2012 added the enhancement New feature or request label Dec 26, 2018
@wq2012 wq2012 self-assigned this Dec 26, 2018
@wq2012 wq2012 added the API Feature request that requires API change label Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Feature request that requires API change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant