Skip to content

Commit ab715b9

Browse files
committed
edit
1 parent 9448fb2 commit ab715b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posts/flox-smart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- name: Deepak Cherian
66
github: dcherian
77

8-
summary: 'flox adds heuristics for automatically choosing an appropriate strategy with dask arrays!'
8+
summary: 'flox adds heuristics for automatically choosing an appropriate reduction strategy with dask arrays!'
99
---
1010

1111
## TL;DR
@@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected!
8989

9090
Using the algorithm described below, flox will **automatically** set
9191
`method="cohorts"` for this dataset unless specified, yielding a 5X decrease in
92-
memory need, and 2X longer in time
92+
memory used and a 2X increase in runtime. Read on to figure out how!
9393

9494
<img src='/posts/flox-smart/mem.png' alt='Memory usage' width='60%' />
9595

0 commit comments

Comments
 (0)