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

InconsistentVersionWarning Issue everytime I start wtp #105

Open
TutubanaS opened this issue Aug 21, 2023 · 1 comment
Open

InconsistentVersionWarning Issue everytime I start wtp #105

TutubanaS opened this issue Aug 21, 2023 · 1 comment

Comments

@TutubanaS
Copy link

Hi, everytime I run a wtp object I get the following warning;

InconsistentVersionWarning: Trying to unpickle estimator LogisticRegression from version 1.2.2 when using version 1.3.0. This might lead to breaking code or invalid results. Use at your own risk. For more info pl
ease refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(

and ends. Any ideas on how to tackle this?

@TutubanaS TutubanaS changed the title InconsistentVersionWarning: Trying to unpickle estimator LogisticRegression from version 1.2.2 when using version 1.3.0. This might lead to breaking code or invalid results. Use at your own risk. For more info pl ease refer to: https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations warnings.warn( InconsistentVersionWarning Issue evertime I start wtp Aug 21, 2023
@TutubanaS TutubanaS changed the title InconsistentVersionWarning Issue evertime I start wtp InconsistentVersionWarning Issue everytime I start wtp Aug 21, 2023
@bminixhofer
Copy link
Collaborator

Hey, you can either:

  • manually install the recommended version of sklearn.
  • ignore the warning. It should not have any impact.

I'll fix this when I have time but it's not really high prio since it shouldn't impact anything.

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

2 participants