Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug #56

Closed
DmytroSvit opened this issue May 9, 2024 · 1 comment
Closed

bug #56

DmytroSvit opened this issue May 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DmytroSvit
Copy link

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 serengil added the bug Something isn't working label Jun 8, 2024
@serengil
Copy link
Owner

serengil commented Jun 8, 2024

try with chefboost's new 18 version

@serengil serengil closed this as completed Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants