-
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 column and feature range meta data to meta file #1541
Conversation
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
…olbox into vikarant/addFeaturesMeta Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1541 +/- ##
==========================================
+ Coverage 87.32% 87.39% +0.07%
==========================================
Files 107 107
Lines 5040 5069 +29
==========================================
+ Hits 4401 4430 +29
Misses 639 639
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@vinuthakaranth FYI it looks like there are some minor flake8 style issues causing python linting step to fail: ./responsibleai/responsibleai/rai_insights/rai_insights.py:43:13: E225 missing whitespace around operator |
…olbox into vikarant/addFeaturesMeta
responsibleai/tests/test_rai_insights_save_and_load_scenarios.py
Outdated
Show resolved
Hide resolved
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
Add column and feature range meta data to meta file to help UI get these values in data explorer step of score card generation.
Description
Checklist