This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Releases: datarobot/batch-scoring
Releases · datarobot/batch-scoring
v1.16.5
Clean up warnings and errors from previous runs
- Errors and warnings from previous runs are now cleaned up and do now show up in subsequent runs
- Bump flask version (only used for tests)
- Fixd a typo in README
1.16.3 (2019 Aug 4)
- Fixes the issue with unpredictable prediction explanations columns count in the output. From now on the total number of prediction explanations columns will always be set to the value of
max_prediction_explanations
command line argument.
v1.16.2
v1.16.1
1.16.1 (2019 May 27)
Enhancements
- Set the username to lowercase internally.
v1.16.0
1.16.0 (2019 Mar 28)
Enhancements
- Added new argument
--pred_threshold
that allows adding the prediction threshold (which is 0.5 by default, but can be changed during deployment) as a column. - Added new argument
--pred_decision
that allows adding the prediction decision (the value predicted by the model or the class label for classification) as a column.
v1.15.3
v1.15.2
v1.15.1
Enhancements
- Updated
trafaret
dependency to support the same version as https://pypi.org/project/datarobot/ .