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
Work to deprecate pickle flag
#459
Closed
stephenpardy
closed
4 months ago
stephenpardy
commented
4 months ago
Starts work toward: #458
What
Moves the pickle loading functionality into the
deserialize
string. This is the first step of adding functionality for other model types.
Followups include: xgboost support, ONNX support.
How to Test
Run new and existing unit tests.
Starts work toward: #458
What
deserialize
string. This is the first step of adding functionality for other model types.How to Test