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 learning curve module #5

Open
fkunneman opened this issue May 9, 2018 · 0 comments
Open

Add learning curve module #5

fkunneman opened this issue May 9, 2018 · 0 comments

Comments

@fkunneman
Copy link
Member

A learning curve module is useful for obtaining an indication on the effect of the amount of training data on performance.

The learning curve module should take the form of a wrapper around the Report module with train and test input. The input to learning curve can be a set of instances and labels, after which a train and test split is made and the training data is binned, or a train and test set, after which only the train data is binned.

An implementation of the learning curve was already made in version 0, and can be consulted for inspiration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant