Skip to content

Commit

Permalink
perf(eda.correlation): performance tuning
Browse files Browse the repository at this point in the history
Introduces DataArray and avoids redundant data readings
for plot_correlation(df, *)
  • Loading branch information
jinglinpeng authored and dovahcrow committed Sep 3, 2020
1 parent f3aaf02 commit 68471e5
Show file tree
Hide file tree
Showing 15 changed files with 738 additions and 657 deletions.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ disable=print-statement,
ungrouped-imports,
too-few-public-methods,
redefined-outer-name,
no-else-return
no-else-return,
unsubscriptable-object

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
Loading

0 comments on commit 68471e5

Please sign in to comment.