We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5391954 commit 9d46accCopy full SHA for 9d46acc
NN.py
@@ -6,7 +6,7 @@
6
7
from sklearn.cross_validation import train_test_split
8
9
-wbcd = pd.read_csv("E:\\Bokey\\Excelr Data\\R Codes\\knn\\wbcd.csv")
+wbcd = pd.read_csv("~/Downloads/Data Science/data set/wbcd.csv")
10
11
wbcd.head(3)
12
wbcd.drop(["id"],axis=1,inplace=True) # Dropping the uncessary column
0 commit comments