Auto stash before merge of "main" and "origin/main"

This commit is contained in:
2022-12-10 10:49:16 +01:00
parent 858ae8104c
commit 418db2bb99
2 changed files with 0 additions and 1 deletions

View File

@@ -35,4 +35,3 @@ print(test.get_cut_points())
clf = RandomForestClassifier(random_state=0)
print(clf.fit(Xt, y).score(Xt, y))
print(Xt)