Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache predict() and predict_proba() output #1702

Merged
merged 5 commits into from
Sep 12, 2022

Conversation

gaugup
Copy link
Contributor

@gaugup gaugup commented Sep 9, 2022

Description

Caching the predict() and predict_proba() output saves time when the size of the datasets is large.

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2022

Codecov Report

Merging #1702 (dbe626c) into main (4d54e07) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1702      +/-   ##
==========================================
+ Coverage   88.96%   89.00%   +0.04%     
==========================================
  Files         105      105              
  Lines        5555     5577      +22     
==========================================
+ Hits         4942     4964      +22     
  Misses        613      613              
Flag Coverage Δ
unittests 89.00% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...sibleai/responsibleai/rai_insights/rai_insights.py 78.28% <100.00%> (+1.56%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

1 similar comment
@gaugup gaugup enabled auto-merge (squash) September 9, 2022 23:24
@gaugup gaugup disabled auto-merge September 9, 2022 23:24
@gaugup gaugup enabled auto-merge (squash) September 12, 2022 17:15
@gaugup gaugup merged commit dd57f03 into main Sep 12, 2022
@gaugup gaugup deleted the gaugup/CreateCacheCohortFiltering branch September 12, 2022 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants