Skip to content

Commit 472a825

Browse files
sdpythonCopilot
andauthored
Update _doc/examples/ml/plot_template_data.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 04b26fc commit 472a825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_doc/examples/ml/plot_template_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def compute_oracle(table, cible):
7878
return mean_absolute_error(piv[2025], piv[2024])
7979

8080

81-
def split_train_test(table, cuble):
81+
def split_train_test(table, cible):
8282
X, y = table.drop(cible, axis=1), table[cible]
8383

8484
train_test = X["Session"] < 2025

0 commit comments

Comments
 (0)