This commit is contained in:
s444018 2022-03-21 02:12:32 +01:00
parent f3979a1996
commit ff979b884c

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "injured-operations",
"id": "split-timing",
"metadata": {},
"source": [
"### Skrypt do ściagnięcia zbiory danych"
@ -11,7 +11,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "engaging-wholesale",
"id": "above-enough",
"metadata": {},
"outputs": [],
"source": [
@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "cleared-shower",
"id": "consolidated-crystal",
"metadata": {},
"outputs": [
{
@ -47,7 +47,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "pleased-culture",
"id": "lesbian-porter",
"metadata": {},
"outputs": [
{
@ -68,7 +68,7 @@
{
"cell_type": "code",
"execution_count": 92,
"id": "extended-moderator",
"id": "tight-metadata",
"metadata": {},
"outputs": [],
"source": [
@ -80,7 +80,7 @@
},
{
"cell_type": "markdown",
"id": "outer-allah",
"id": "rapid-argument",
"metadata": {},
"source": [
"## Usuwanie kolumn\n",
@ -91,7 +91,7 @@
{
"cell_type": "code",
"execution_count": 93,
"id": "strange-honduras",
"id": "answering-talent",
"metadata": {},
"outputs": [],
"source": [
@ -103,7 +103,7 @@
{
"cell_type": "code",
"execution_count": 95,
"id": "preceding-values",
"id": "restricted-basement",
"metadata": {},
"outputs": [],
"source": [
@ -125,7 +125,7 @@
{
"cell_type": "code",
"execution_count": 97,
"id": "standard-rates",
"id": "fundamental-genome",
"metadata": {},
"outputs": [
{
@ -144,7 +144,7 @@
{
"cell_type": "code",
"execution_count": 96,
"id": "experienced-nerve",
"id": "monthly-cargo",
"metadata": {},
"outputs": [
{
@ -429,7 +429,7 @@
{
"cell_type": "code",
"execution_count": 98,
"id": "academic-principle",
"id": "painted-preference",
"metadata": {},
"outputs": [
{
@ -453,7 +453,7 @@
{
"cell_type": "code",
"execution_count": 99,
"id": "spatial-unemployment",
"id": "sustainable-watts",
"metadata": {},
"outputs": [
{
@ -480,7 +480,7 @@
{
"cell_type": "code",
"execution_count": 100,
"id": "weird-webmaster",
"id": "basic-electric",
"metadata": {},
"outputs": [
{
@ -501,7 +501,7 @@
{
"cell_type": "code",
"execution_count": 101,
"id": "narrow-assumption",
"id": "taken-guinea",
"metadata": {},
"outputs": [
{
@ -786,7 +786,7 @@
{
"cell_type": "code",
"execution_count": 102,
"id": "significant-median",
"id": "cardiovascular-hollywood",
"metadata": {},
"outputs": [
{
@ -1071,7 +1071,7 @@
{
"cell_type": "code",
"execution_count": 103,
"id": "blessed-socket",
"id": "judicial-literacy",
"metadata": {},
"outputs": [
{
@ -1355,15 +1355,23 @@
},
{
"cell_type": "code",
"execution_count": null,
"id": "continuing-chambers",
"execution_count": 105,
"id": "vanilla-profession",
"metadata": {},
"outputs": [],
"source": [
"data_test.to_csv(\"crime_test.csv\", encoding=\"utf-8\", index=False)\n",
"data_dev.to_csv(\"crime_dev.csv\", encoding=\"utf-8\", index=False)\n",
"crime_train.to_csv(\"crime_train.csv\", encoding=\"utf-8\", index=False)"
"data_test.to_csv(\"data_test.csv\", encoding=\"utf-8\", index=False)\n",
"data_dev.to_csv(\"data_dev.csv\", encoding=\"utf-8\", index=False)\n",
"data_train.to_csv(\"data_train.csv\", encoding=\"utf-8\", index=False)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "shared-finger",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {