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

Add user feedback to compute() function #697

Merged
merged 17 commits into from
May 30, 2023
Merged

Add user feedback to compute() function #697

merged 17 commits into from
May 30, 2023

Conversation

gaugup
Copy link
Contributor

@gaugup gaugup commented Jul 19, 2021

-Also add the time taken in each compute() function.

The output looks like below:-

image

@gaugup gaugup requested review from imatiach-msft, gregorybchris and xuke444 and removed request for imatiach-msft and gregorybchris July 19, 2021 01:15
@riedgar-ms
Copy link
Contributor

Weren't we planning to get rid of the compute() functions?

@gaugup
Copy link
Contributor Author

gaugup commented Jul 20, 2021

Weren't we planning to get rid of the compute() functions?

With or without comoute() this prints some useful information time taken. We can add more things to the decorator.

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2022

Codecov Report

Merging #697 (4c94570) into main (0bbd92f) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #697      +/-   ##
==========================================
+ Coverage   92.37%   92.42%   +0.05%     
==========================================
  Files         100      101       +1     
  Lines        4984     5017      +33     
==========================================
+ Hits         4604     4637      +33     
  Misses        380      380              
Flag Coverage Δ
unittests 92.42% <100.00%> (+0.05%) ⬆️

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

Impacted Files Coverage Δ
...onsibleai/responsibleai/managers/causal_manager.py 95.93% <100.00%> (+0.12%) ⬆️
...i/responsibleai/managers/counterfactual_manager.py 97.82% <100.00%> (+0.02%) ⬆️
...i/responsibleai/managers/error_analysis_manager.py 89.95% <100.00%> (+0.23%) ⬆️
...ibleai/responsibleai/managers/explainer_manager.py 89.90% <100.00%> (+0.24%) ⬆️
responsibleai/responsibleai/utils.py 100.00% <100.00%> (ø)

gaugup added 3 commits March 22, 2022 13:14
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
1 similar comment
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
@gaugup gaugup merged commit b2d98f8 into main May 30, 2023
@gaugup gaugup deleted the gaugup/AddUserFeedback branch May 30, 2023 22:29
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.

5 participants