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

Inject FeatureMetadata into RAIInsights #1616

Merged
merged 3 commits into from
Aug 9, 2022

Conversation

gaugup
Copy link
Contributor

@gaugup gaugup commented Aug 5, 2022

Description

This change adds passing of FeatureMetadata into RAIInsights class. The FeatureMetadata is also saved on the disk via the save() and loaded back into the memory via RAIInsights.load(). The FeatureMetadata is also added to the Datasets interface in _interfaces.py so that the UI can make use of this data structure.

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 Aug 5, 2022

Codecov Report

Merging #1616 (47b13d4) into main (46e04a0) will decrease coverage by 0.07%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main    #1616      +/-   ##
==========================================
- Coverage   88.97%   88.90%   -0.08%     
==========================================
  Files         111      111              
  Lines        5453     5470      +17     
==========================================
+ Hits         4852     4863      +11     
- Misses        601      607       +6     
Flag Coverage Δ
unittests 88.90% <66.66%> (-0.08%) ⬇️

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 76.06% <62.50%> (-0.76%) ⬇️
responsibleai/responsibleai/_interfaces.py 100.00% <100.00%> (ø)

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

Signed-off-by: Gaurav Gupta <[email protected]>
@gaugup gaugup enabled auto-merge (squash) August 8, 2022 22:39
@gaugup gaugup merged commit 57884c5 into main Aug 9, 2022
@gaugup gaugup deleted the gaugup/InjectFeatureMetadataIntoRAIInsights branch August 9, 2022 00:59
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