Enrich your location data without leaving your notebook

By Medium - 2021-03-16

Description

Geographic information plays a major role in pricing for industries like real estate. The characteristics of a home’s neighborhood — its (dis)amenities, aesthetics, and walkability — all impact its…

Summary

  • Introducing the Iggy Python API Geographic information plays a major role in pricing for industries like real estate.
  • Of course there is also sales information, including sale_date and log_price.
  • Now, let’s say the existing pricing model predicts the sales price (log_price) for each home, using the rest of the features as input.
  • In the feature definition above, we’re specifying that the feature is derived from Iggy’s /points_of_interest endpoint (IggyPOIFeature), that it's looking specifically for grocery_stores, and that it will return the minimum (calc_method='min') distance to any grocery store within 30 miles of the input point.

 

Topics

  1. Backend (0.29)
  2. Frontend (0.16)
  3. Database (0.14)

Similar Articles

Top 5 Cryptocurrency APIs for Developers

By Medium - 2020-06-07

In this article, we learn the top 5 best crypto APIs in 2020. Learn how to develop with Python for accurate cryptocurrency market data endpoints, crypto price api, Live price streaming, crypto social ...

15 Essential Steps To Build Reliable Data Pipelines

By Medium - 2020-12-01

If I learned anything from working as a data engineer, it is that practically any data pipeline fails at some point. Broken connection, broken dependencies, data arriving too late, or some external…