vaibhavbichave / Phishing-URL-Detection

Phishers use the websites which are visually and semantically similar to those real websites. So, we develop this website to come to know user whether the URL is phishing or not before using it. URL - http://phishing-url-detector-api.herokuapp.com/
115 stars 82 forks source link

AttributeError: 'GradientBoostingClassifier' object has no attribute '_loss' #4

Closed UK-codder closed 1 year ago

UK-codder commented 1 year ago

when I run the code it shows like this on the web page... is it because of the version issue...

image

I use python version 3.11.2

vaibhavbichave commented 1 year ago

This is because of your version issue, try to install python 3.9 and then follow steps written in readme.md to install dependant libraries.