Learning Curve

../../../../_images/learning_curve.svg

Some of the docstrings for this module have been automatically extracted from the scikit-learn library and are covered by their respective licenses.

class node_metrics.LearningCurve[source]
Inputs:
model : model

Model

X : table

X

Y : table

Y

Outputs:
results : table

results

statistics : table

statistics

Configuration:
Shuffle

Randomizes the input dataset before passed to internal cross validation

Smallest fraction

Size of the smallest dataset as fraction of total

Steps

Number of different sizes of training/test data measured

Cross validation folds

Number of fold of cross-validation (minimum 2)