You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model_notebook.ipynb has some issue: ./zoo/models/german/categorical.joblib should be changed to ../zoo/models/german/categorical.joblib, this change has to be made to all cases where we are trying to access the previous directory. zoo/australian/label_encoders.joblib should be changes to zoo/models/australian/label_encoders.joblib
The text was updated successfully, but these errors were encountered:
The model_notebook.ipynb has some issue:
./zoo/models/german/categorical.joblib
should be changed to../zoo/models/german/categorical.joblib
, this change has to be made to all cases where we are trying to access the previous directory.zoo/australian/label_encoders.joblib
should be changes tozoo/models/australian/label_encoders.joblib
The text was updated successfully, but these errors were encountered: