Indentation error
PeacehouseAK opened this issue · 3 comments
PeacehouseAK commented
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
serengil commented
May I see your dataset?
matcruz12 commented
try redusing the number of features using feature selection
serengil commented
closed due to inactivity