1
0
mirror of https://github.com/gsi-upm/sitc synced 2026-03-02 17:58:16 +00:00

Updated to Pandas 3.X and corrected typos

This commit is contained in:
cif
2026-03-02 17:41:56 +01:00
parent 65da5ae714
commit d485774488

View File

@@ -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