bug
DmytroSvit opened this issue · 1 comments
DmytroSvit commented
config = {'algorithm': 'C4.5'} #Set algorithm to ID3, C4.5, CART, CHAID or Regression
model = chef.fit(df, config)
this code does not work with the newest pandas library. exception occurs. with pandas 1.5.3 everything good.
serengil commented
try with chefboost's new 18 version