serengil/chefboost

Indentation error

PeacehouseAK opened this issue · 3 comments

While using C4.5 i get indentation error

config = {'algorithm': 'C4.5'}
model = chef.fit(df, config = config, target_label = 'party')

[INFO]: 1 CPU cores will be allocated in parallel running
C4.5 tree is going to be built...
File "outputs/rules/rules.py", line 37
else: return 'no'
^
IndentationError: expected an indented block

May I see your dataset?

try redusing the number of features using feature selection

closed due to inactivity