-
Notifications
You must be signed in to change notification settings - Fork 383
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
Conversation
Weren't we planning to get rid of the |
responsibleai/responsibleai/_managers/error_analysis_manager.py
Outdated
Show resolved
Hide resolved
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 Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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>
-Also add the time taken in each compute() function.
The output looks like below:-