You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: