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

ACVTree raises error on nan values, although LightGBM works with nan values #10

Open
tufanbt opened this issue Jul 26, 2023 · 0 comments

Comments

@tufanbt
Copy link

tufanbt commented Jul 26, 2023

Since BaseTree class' constructor method uses sklearn.utils.validation.check_array for input data with default force_all_finite parameter, ACVTree object raises error during creation with input data containing missing values, although the given model can handle missing values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant