Skip to content

Commit 90d4d62

Browse files
committed
chore: push a test run of iris clusters
1 parent 463c90e commit 90d4d62

4 files changed

Lines changed: 342 additions & 65 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
support_tickets
1+
jupyter/house_prices
2+
jupyter/support_tickets
23

34

45
# application data

jupyter/House_Prices_Regression_Demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"source": [
6767
"import pandas as pd\n",
6868
"\n",
69-
"df = pd.read_csv(\"house_prices/train.csv\")\n",
69+
"df = pd.read_csv(\"jupyter/house_prices/train.csv\")\n",
7070
"print(\"Shape of dataset:\", df.shape)\n",
7171
"df.head()"
7272
]

jupyter/k-means-it-support-tickets.ipynb

Lines changed: 143 additions & 44 deletions
Large diffs are not rendered by default.

jupyter/k-means.ipynb

Lines changed: 196 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)