Skip to content

Commit 9bf190d

Browse files
committed
get rid of print
1 parent 9f001eb commit 9bf190d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chefboost/training/Training.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ def buildDecisionTree(
559559
if df.Decision.dtypes == "object": # classification
560560
pivot = pd.DataFrame(df.Decision.value_counts()).sort_values(by=["count"], ascending=False)
561561
else_decision = f"return '{str(pivot.iloc[0].name)}'"
562-
print(f"else decision is {else_decision}")
563562

564563
if enableParallelism != True:
565564
functions.storeRule(file, (functions.formatRule(root), "else:"))

0 commit comments

Comments
 (0)