Closed DmytroSvit closed 5 months ago
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.
try with chefboost's new 18 version
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.