Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ task_categories:
|
|
4 |
- feature-extraction
|
5 |
size_categories:
|
6 |
- 100M<n<1B
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Foursqure OS Places 100M
|
@@ -89,17 +91,3 @@ viz(bakeries)
|
|
89 |
It created a nice interactive map with tooltips.
|
90 |
|
91 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c4da8719565937fb268b32/QIolrK2nlrENnkWlE6TFh.png)
|
92 |
-
|
93 |
-
If you ask yourself: "Wait, how is it possible that there are so little bakeries in other countries than the US & UK?", just read on!
|
94 |
-
|
95 |
-
## The problem with categories
|
96 |
-
|
97 |
-
In the above example 4, where we are looking for bakeries around the world, it's clear that non-English-speaking countries probably do not necessarily name their bakeries "bakery" but e.g. in German "Bäckerei".
|
98 |
-
So if we just search in the name column, we won't find it. That's the reason why Foursquare introduced categories!
|
99 |
-
|
100 |
-
In the column `fsq_category_labels` we find `[Dining and Drinking > Bakery]` great right? Well, yes and no. Of course we can use it and we will get back some results.
|
101 |
-
However, looking a bit closer, we can quickly see why these categories do not seem to work that well:
|
102 |
-
|
103 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c4da8719565937fb268b32/vtDreZy3bdf7UOnQyqWQG.png)
|
104 |
-
|
105 |
-
Sometimes there are no categories and entries like `Beef&bakery` probably should have gotten more than one entry.
|
|
|
4 |
- feature-extraction
|
5 |
size_categories:
|
6 |
- 100M<n<1B
|
7 |
+
tags:
|
8 |
+
- geospatial
|
9 |
---
|
10 |
|
11 |
# Foursqure OS Places 100M
|
|
|
91 |
It created a nice interactive map with tooltips.
|
92 |
|
93 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c4da8719565937fb268b32/QIolrK2nlrENnkWlE6TFh.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|