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

Build issue fixes for Python3.12 and SKlearn naming #8

Merged
merged 7 commits into from
Jun 26, 2024

Conversation

ilias-karimalis
Copy link
Collaborator

SKlearn has renamed their PYPI package name.

SKlearn has renamed their PYPI package name.

Signed-off-by: Ilias Karimalis <[email protected]>
Scikit-Learn has renamed the `deviance` hyperparameter in their GBDT
Classifier to `log_loss`. This deprecation prevented GOSDT from being
built for Python3.10+. The `log_loss` change does force us to no-longer
support Python3.7.

Signed-off-by: Ilias Karimalis <[email protected]>
@ilias-karimalis ilias-karimalis changed the title Renamed all references of sklearn to scikit-learn Build issue fixes for Python3.12 and SKlearn naming Mar 25, 2024
@ilias-karimalis ilias-karimalis merged commit 5ce5035 into main Jun 26, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants