Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 239e322

Browse files
authored
[PRED-2176] Release 1.16.0 version (#156)
1 parent 03a464f commit 239e322

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.16.0 (2019 Mar 28)
2+
====================
3+
4+
Enhancements
5+
-------------
6+
* 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.
7+
* 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.
8+
19
1.15.3 (2019 Jan 7)
210
===================
311

datarobot_batch_scoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.15.3'
1+
__version__ = '1.16.0'

0 commit comments

Comments
 (0)