issues
search
capitalone
/
rubicon-ml
Capture all information throughout your model's development in a reproducible way and tie results directly to the model code!
https://capitalone.github.io/rubicon-ml/
Apache License 2.0
129
stars
34
forks
source link
Fixed metric lists comparison length None bug
#473
Closed
austinhk
closed
3 months ago
austinhk
commented
3 months ago
closes: #470
What
when MetricListsComparison.column_names is the default None, there is a check against its len that raises an error
How to Test
Modified a test, test_metric_lists_comparison to test length depending on input
closes: #470
What
How to Test