Skip to content

Commit 9d46acc

Browse files
authored
Update NN.py
1 parent 5391954 commit 9d46acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NN.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from sklearn.cross_validation import train_test_split
88

9-
wbcd = pd.read_csv("E:\\Bokey\\Excelr Data\\R Codes\\knn\\wbcd.csv")
9+
wbcd = pd.read_csv("~/Downloads/Data Science/data set/wbcd.csv")
1010

1111
wbcd.head(3)
1212
wbcd.drop(["id"],axis=1,inplace=True) # Dropping the uncessary column

0 commit comments

Comments
 (0)