Marcnuth / AnomalyDetection

Twitter's Anomaly Detection in Pure Python
Apache License 2.0
304 stars 76 forks source link

parallelize logic where possible with dask #20

Open hokiegeek2 opened 5 years ago

hokiegeek2 commented 5 years ago

There are several spots where Pandas DataFrame operations can be parallelized with Dask

hokiegeek2 commented 5 years ago

Currently working on this