I like Kubernetes way of declarative workload configuration, but handling cluster state using dozens or hundreds of YAML files is impractical. Of course, one can just combine them all into a single uber-YAML :smile:. But the harsh reality is, despite the ... (more…)
Read more »
Prophet is a forecasting procedure implemented in R and Python. It is fast and provides completely automated forecasts that can be tuned by hand by data scientists and analysts. (more…)
Read more »
Note: all of this code was run on my machine using Python 3.6.1. Not everything will work the same if you test using Python 2. (more…)
Read more »
Having too many custom exceptions on a project can be a pain, but a few choices are nice. The problem... (more…)
Read more »