-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve stability of dask_cudf.DataFrame.var and dask_cudf.DataFrame.…
…std (#7453) Closes #7402 This PR improves the numerical stability of the `var` (and indirectly `std`) methods in `DataFrame` and `Series`. As discussed in #7402, the existing (naive) approach is problematic for large numbers with relatively small var/std. Note that follow-up work may be needed to improve the algorithm(s) in groupby. Authors: - Richard (Rick) Zamora (@rjzamora) Approvers: - William Hicks (@wphicks) - Peter Andreas Entschev (@pentschev) - Keith Kraus (@kkraus14) - @jakirkham URL: #7453
- Loading branch information
Showing
2 changed files
with
135 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters