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/
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'
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'