Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f42b24151d | ||
|
|
df4751eebc | ||
|
|
4656cab9ec | ||
| 887495b613 | |||
| 95127d29eb | |||
| cde1133b24 | |||
| 1af29b1532 | |||
| 33222e5f86 | |||
|
|
6e332d17ab | ||
|
|
7b9726be6c | ||
| 2e67d19a5b |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,3 +12,5 @@ ipython_config.py
|
||||
# Remove previous ipynb_checkpoints
|
||||
# git rm -r .ipynb_checkpoints/
|
||||
|
||||
aimvenv
|
||||
Static
|
||||
File diff suppressed because it is too large
Load Diff
@@ -41,7 +41,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 59,
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
@@ -58,7 +58,7 @@
|
||||
"source": [
|
||||
"from sklearn.model_selection import train_test_split\n",
|
||||
"import pandas as pd\n",
|
||||
"dataset = pd.read_csv(\".//datasetlab1//marketing_campaign.csv\", sep=\"\\t\")\n",
|
||||
"dataset = pd.read_csv(\"..//..//static//csv//marketing_campaign.csv\", sep=\"\\t\")\n",
|
||||
"\n",
|
||||
"# Удаление неинформативных столбцов и выбор целевых данных для бизнес-целей\n",
|
||||
"columns_to_use = [\n",
|
||||
|
||||
472
lab_11/lab11.ipynb
Normal file
472
lab_11/lab11.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user