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

Release/2.3.1 #230

Merged
merged 4 commits into from
Apr 11, 2023
Merged

Release/2.3.1 #230

merged 4 commits into from
Apr 11, 2023

Conversation

fpingas
Copy link
Contributor

@fpingas fpingas commented Apr 11, 2023

Status

READY

Todo list

  • Tests added and passed

Background context

fklearn can be installed with multiple optional dependencies such as xgboost, catboost or lightgbm. The user can selected the needed deps so they don't need to install all of them to train a specific model. For this reason we can not have an import of one of these optional modules in a common path, in the top of the file, as it won't be optional any longer.

Description of the changes proposed in the pull request

This PR removes an incorrect import that was added to the common path in this PR: #211

@fpingas fpingas requested a review from a team as a code owner April 11, 2023 14:34
@fpingas fpingas merged commit 8fe0823 into master Apr 11, 2023
@fpingas fpingas deleted the release/2.3.1 branch April 11, 2023 16:36
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