philomathic-guy / Malicious-Web-Content-Detection-Using-Machine-Learning

Chrome extension for detecting phishing web sites
https://philomathic-guy.github.io/Malicious-Web-Content-Detection-Using-Machine-Learning/
MIT License
236 stars 76 forks source link

You may be trying to read with python 3 a joblib pickle generated with python 2. This feature is not supported by joblib. #18

Closed superoo1 closed 5 years ago

superoo1 commented 5 years ago

when load random_forest.pkl , there is a problem : You may be trying to read with python 3 a joblib pickle generated with python 2. This feature is not supported by joblib.

how to fix it?

philomathic-guy commented 5 years ago

The error is self explanatory. Read the exact message you are getting. Opening issues is not a way to resolve simple issues. It is to report possible bugs, feature requests, improvements etc.