Skip to content

Commit

Permalink
Exploring feature importance
Browse files Browse the repository at this point in the history
  • Loading branch information
saini-shiven committed Dec 9, 2022
1 parent 4a446dc commit edc4f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perceptron.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from sklearn.preprocessing import StandardScaler
from sklearn.model_selection import KFold


#load data
df = pd.read_csv("phishingDataset.csv", na_values=['NaN'])

Expand Down

0 comments on commit edc4f88

Please sign in to comment.