mirror of
https://github.com/gsi-upm/sitc
synced 2026-03-03 02:08:17 +00:00
Updated to Pandas 3.X and corrected typos
This commit is contained in:
@@ -38,7 +38,7 @@ def plot_learning_curve(
|
|||||||
train_sizes=np.linspace(0.1, 1.0, 5),
|
train_sizes=np.linspace(0.1, 1.0, 5),
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Generate 3 plots: the test and training learning curve, the training
|
Generate 3 plots: the test and training learning curve, the training
|
||||||
samples vs fit times curve, the fit times vs score curve.
|
samples vs fit times curve, the fit times vs score curve.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user