sibyl-dev / pyreal

An easier approach to using and understanding ML models
MIT License
20 stars 1 forks source link

Add lat-long-to-place encoder #515

Closed zyteka closed 11 months ago

zyteka commented 11 months ago

Converting from latitude/longitude to a specific place name is a general enough functionality that we should support it (useful for the california housing sample dataset too). We should add a LatLongToPlace transformer that handles this.