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/
129 stars 91 forks source link

app.py #1

Closed Vishnukumarms closed 2 years ago

Vishnukumarms commented 2 years ago

How to get from features import generate_data_set it is throwing errors..module not found. ImportError Traceback (most recent call last) C:\Users\VINOVI~1\AppData\Local\Temp/ipykernel_14008/498048315.py in 5 import warnings 6 warnings.filterwarnings('ignore') ----> 7 from features import dataset 8 #Gradient Boosting Classifier Model 9 from sklearn.ensemble import GradientBoostingClassifier

ImportError: cannot import name 'dataset' from 'features'