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