7.1.4. mclearn.classifier.compute_all_learning_curves

mclearn.classifier.compute_all_learning_curves(data, feature_cols, target_col)[source]

Compute the learning curves with the most popular classifiers.

Parameters:
  • data (DataFrame) – The DataFrame containing all the features and target.
  • feature_cols (array) – The list of column names of the features.
  • target_col (array) – The name of the target column in the DataFrame.