From ab715b9d0dd2d7b564b398fb25033f3152687bd5 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 2 Aug 2024 21:35:10 -0600 Subject: [PATCH] edit --- src/posts/flox-smart/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/flox-smart/index.md b/src/posts/flox-smart/index.md index 7074dcae..e56e30a6 100644 --- a/src/posts/flox-smart/index.md +++ b/src/posts/flox-smart/index.md @@ -5,7 +5,7 @@ authors: - name: Deepak Cherian github: dcherian -summary: 'flox adds heuristics for automatically choosing an appropriate strategy with dask arrays!' +summary: 'flox adds heuristics for automatically choosing an appropriate reduction strategy with dask arrays!' --- ## TL;DR @@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected! Using the algorithm described below, flox will **automatically** set `method="cohorts"` for this dataset unless specified, yielding a 5X decrease in -memory need, and 2X longer in time +memory used and a 2X increase in runtime. Read on to figure out how! Memory usage