Skip to content

Commit 33ef43a

Browse files
committed
fix
1 parent 7e22ead commit 33ef43a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_doc/examples/ml/plot_template_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def make_pipeline(table, cible):
116116

117117
data = get_data()
118118
table, cible = select_variables_and_clean(data)
119-
oracle = compute_oracle(table, cible)
120-
print(f"oracle : {oracle}")
119+
# oracle = compute_oracle(table, cible)
120+
# print(f"oracle : {oracle}")
121121

122122
# train_X, test_X, train_y, test_y = split_train_test(table, cible)
123123
# model = make_pipeline(table, cible)

0 commit comments

Comments
 (0)