Skip to content
Snippets Groups Projects
Commit 9418ec2d authored by openngs2's avatar openngs2
Browse files

Improved the binary classification substantially using parameter optimisation

parent 2784c072
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 6, "execution_count": 3,
"id": "d45d3737", "id": "d45d3737",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 7, "execution_count": 4,
"id": "13dc7bc0", "id": "13dc7bc0",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"'pyrbdome_full.db'" "'pyrbdome_full.db'"
] ]
}, },
"execution_count": 7, "execution_count": 4,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 8, "execution_count": 5,
"id": "3e5a368c", "id": "3e5a368c",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"'Experimental_and_Ground_Truth_data'" "'Experimental_and_Ground_Truth_data'"
] ]
}, },
"execution_count": 8, "execution_count": 5,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 6,
"id": "aa51befb", "id": "aa51befb",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 7,
"id": "b2c4d4ab", "id": "b2c4d4ab",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
"4 NaN NaN NaN " "4 NaN NaN NaN "
] ]
}, },
"execution_count": 10, "execution_count": 7,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 8,
"id": "6a520ffe", "id": "6a520ffe",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": 9,
"id": "ce57ebf9", "id": "ce57ebf9",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
"7316 0.0 0.0 1.0 1.0 " "7316 0.0 0.0 1.0 1.0 "
] ]
}, },
"execution_count": 13, "execution_count": 9,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment