Skip to content

Commit 4dcce55

Browse files
committed
Update _Dist/NeuralNetworks/b_TraditionalML
1 parent 1b1d282 commit 4dcce55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_Dist/NeuralNetworks/b_TraditionalML/TraditionalML.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"source": [
1111
"import sys\n",
1212
"import numpy as np\n",
13-
"sys.path.append(\"../../../Util\")\n",
14-
"from Util import DataUtil\n",
13+
"sys.path.append(\"../../../\")\n",
14+
"from Util.Util import DataUtil\n",
1515
"\n",
1616
"train_num = 6000\n",
1717
"(x_train, y_train), (x_test, y_test) = DataUtil.get_dataset(\n",
@@ -84,7 +84,7 @@
8484
"name": "stdout",
8585
"output_type": "stream",
8686
"text": [
87-
"0.998587570621\n"
87+
"1.0\n"
8888
]
8989
}
9090
],
@@ -107,7 +107,7 @@
107107
"name": "stdout",
108108
"output_type": "stream",
109109
"text": [
110-
"0.937382297552\n"
110+
"0.956214689266\n"
111111
]
112112
}
113113
],

0 commit comments

Comments
 (0)