results of smv

This commit is contained in:
Tomasz Grzybowski 2021-07-06 12:47:07 +02:00
parent 48290be53c
commit 5d917fcffa
2 changed files with 5290 additions and 18 deletions

View File

@ -39,8 +39,8 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 6,
"id": "e7630105", "id": "2ccc7d71",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -49,7 +49,7 @@
"289579" "289579"
] ]
}, },
"execution_count": 3, "execution_count": 6,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -70,7 +70,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 7,
"id": "eefd7b1b", "id": "eefd7b1b",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -82,7 +82,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 4, "execution_count": 4,
"id": "effadd92", "id": "269c7b94",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
@ -92,7 +92,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 7, "execution_count": 7,
"id": "3981d3cb", "id": "f3f6e9f0",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
@ -101,17 +101,17 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 8,
"id": "bef853f6", "id": "d50a164b",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"100000" "289579"
] ]
}, },
"execution_count": 9, "execution_count": 8,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -123,17 +123,17 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 9,
"id": "6696a4d0", "id": "6696a4d0",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"array([1, 0, 0, ..., 0, 0, 0], dtype=int64)" "array([2, 0, 0, ..., 0, 0, 1], dtype=int64)"
] ]
}, },
"execution_count": 10, "execution_count": 9,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -145,7 +145,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 10,
"id": "5488f657", "id": "5488f657",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -155,7 +155,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": 11,
"id": "ddbb1608", "id": "ddbb1608",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -165,7 +165,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": 12,
"id": "b286bec3", "id": "b286bec3",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -175,12 +175,12 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": 13,
"id": "0b1fac69", "id": "0b1fac69",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"np.savetxt(\"svm/out.tsv\", prediction, fmt='%d')" "np.savetxt(\"svm/outfull.tsv\", prediction, fmt='%d')"
] ]
} }
], ],

5272
svm/outfull.tsv Normal file

File diff suppressed because it is too large Load Diff