You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/heatmaps.ipynb
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@
16
16
"# Use fastdup to cluster heatmaps of user GPS movements\n",
17
17
"\n",
18
18
"[](https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/heatmaps.ipynb)\n",
19
-
"[](https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/heatmaps.ipynb)"
19
+
"[](https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/heatmaps.ipynb)\n",
20
+
"\n",
21
+
"In this tutorial we learn how to cluster heatmaps, look at their labels and find anomalies in heatmaps. As an example heatmaps are generate by GPS coordinates of taxi data in NY. However there are multiple other use cases which produce heatmaps where fastdup can be used.\n"
20
22
]
21
23
},
22
24
{
23
25
"cell_type": "markdown",
24
26
"id": "99516834-fbfe-4f82-a929-11653ae0ca86",
25
27
"metadata": {},
26
-
"source": [
27
-
"### In this tutorial we learn how to cluster heatmaps, look at their labels and find anomalies in heatmaps. As an example heatmaps are generate by GPS coordinates of taxi data in NY. However there are multiple other use cases which produce heatmaps where fastdup can be used.\n"
28
-
]
28
+
"source": []
29
29
},
30
30
{
31
31
"cell_type": "code",
@@ -73,18 +73,15 @@
73
73
"source": [
74
74
"import folium\n",
75
75
"from folium.plugins import HeatMap\n",
76
-
"import random\n",
77
-
"\n"
76
+
"import random"
78
77
]
79
78
},
80
79
{
81
-
"cell_type": "code",
82
-
"execution_count": 31,
80
+
"cell_type": "markdown",
83
81
"id": "4afe829e-9656-42d1-b7fa-4fc2e9538764",
84
82
"metadata": {},
85
-
"outputs": [],
86
83
"source": [
87
-
"# Download Kaggle New York's taxi fare prediction test.csv dataset from https://www.kaggle.com/competitions/new-york-city-taxi-fare-prediction/data\n"
84
+
"Download Kaggle New York's taxi fare prediction test.csv dataset from https://www.kaggle.com/competitions/new-york-city-taxi-fare-prediction/data"
0 commit comments