Skip to content

Commit 0771047

Browse files
author
Yam Peleg
committed
hunga bunga
1 parent d674e6a commit 0771047

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.idea/workspace.xml

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
X, y = random.choice(((X_c, y_c), (X_r, y_r)))
3838
mdl = HungaBungaZeroKnowledge()
3939
mdl.fit(X, y)
40-
print(mdl.predict(X))
41-
print(mdl.problem_type)
40+
print(mdl.predict(X), mdl.problem_type)
4241

4342
# <3 Dean, this is 4 U <3

0 commit comments

Comments
 (0)