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
It is such a simple program to detect whether the given urls(u can give any number of urls in the program)is malicious or not.
3
+
4
+
before running this code.py file make sure that u have installed all the necessarry packages like pandas,numpy..
5
+
6
+
the dataset given here(url_feature.csv) contains for than 10,000 urls. if u want u can reduce the number for time consumption.
7
+
8
+
Algorithm used: All of URLs in the dataset are labeled. We use 5-fold method to train-test our systems. After selecting features, we used four machine learning algorithms. They are
0 commit comments