forked from ipa-tys/ROCR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
21 lines (16 loc) · 790 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This file documents changes and updates to the ROCR package.
Version 1.0-5 (May 12, 2013)
- Used standardized license specification in DESCRIPTION file
- Removed LICENCE file
- Removed .First.lib in zzz.R
- CITATION moved into inst folder and adjusted
Version 1.0-4 (Dec 08, 2009)
- fixes bug with 1.0-3 that prevented plot arguments getting passed through
Version 1.0-3
- adapted to more strict R CMD CHECK rules in R > 2.9
Version 1.0-2 (Jan 27, 2007)
- fixed minor bug in 'prediction' function concerning the optional
parameter 'label.ordering' (thanks to Robert Perdisci for notifying us).
- added an optional parameter 'fpr.stop' to the performance measure 'auc',
allowing to calculate the partial area under the ROC curve
up to the false positive rate given by 'fpr.stop'.