zillow / luminaire

Luminaire is a python package that provides ML driven solutions for monitoring time series data.
https://zillow.github.io/luminaire
Apache License 2.0
764 stars 59 forks source link

Use dataclasses instead of tuples/dicts for passing data around #60

Open snazzyfox opened 4 years ago

snazzyfox commented 4 years ago

We should formalize our data interface by using dataclasses instead of tuples and dictionaries when returning data. This can help in many ways