alteryx / alteryx/featuretools

Add GeoHash primitive

未关闭
#1,776 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
7.7k
派生
915
PR 合并指标
30 天内没有已合并 PR

描述

> Geohash is a public domain geocode system invented in 2008 by Gustavo Niemeyer[1] and (similar work in 1966) G.M. Morton,[2] which encodes a geographic location into a short string of letters and digits.
- https://en.wikipedia.org/wiki/Geohash
- Found [here](https://github.com/DataCanvasIO/Hypernets/blob/4ff86cdebc7e15636900aa26b3a9db6154d543a1/hypernets/tabular/feature_generators/_primitives.py#L85):

```python
class GeoHashPrimitive(TransformPrimitive):
name = "geohash"
input_types = [LatLong]
return_type = Categorical
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。