-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
pycaret version checks
-
I have checked that this issue has not already been reported here.
-
I have confirmed this bug exists on the latest version of pycaret.
-
I have confirmed this bug exists on the master branch of pycaret (pip install -U git+https://github.com/pycaret/pycaret.git@master).
Issue Description
joblib._format_load_msg is removed and it is a very bad practice to use private methods.
Reproducible Example
from joblib import _format_load_msg
Expected Behavior
do not use from joblib import _format_load_msg
Actual Results
from joblib import _format_load_msg
Installed Versions
3.3.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working