-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
66 lines (51 loc) · 2.04 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
mlrCPO 0.3.7-6
* avoid construction on install if possible
mlrCPO 0.3.7-5
* copy over default filters that were removed from mlr
mlrCPO 0.3.7-4
* minor fix to vignette to account for archiving of DiscriMiner package.
mlrCPO 0.3.7-3
* minor fix to tests to accomodate changes in R 4.2
mlrCPO 0.3.7-2
* minor fix to tests to accomodate tests on Solaris
mlrCPO 0.3.7-1
* minor fix to tests to accomodate changes in R 4.1
mlrCPO 0.3.7
* further fixes in tests to accomodate changes in R 4.0
* using testthat 3.0 with parallel tests
* new cpo: cpoDropMostlyConstants
* fix learner ID change when attaching CPO (thank you, @annette987)
mlrCPO 0.3.6
* minor fix to tests to accomodate changes in R 4.0
mlrCPO 0.3.5
* CPOLearner hyperparameters can be removed
mlrCPO 0.3.4
* minor fix for DESCRIPTION file, required by CRAN. Functionally equivalent to 0.3.3
mlrCPO 0.3.3
* minor fix for tests, required by CRAN
mlrCPO 0.3.2
* minor bugfixes
mlrCPO 0.3.1
* new cpo cpoMakeCols, cpoAddCols, cpoIca, cpoApplyFunRegrTarget, cpoLogTrafoRegr, cpoRegrResiduals, cpoSmote
* refactoring of cpoPca, cpoApplyFun
* Split vignettes up into 4 vignettes
* Verbose printing using exclamation point: !cpo
* slight change to makeCPO API
mlrCPO 0.3
* great code and test quality improvement, bugfixes
* retrafoless and target operating CPO backend works
* new cpo cpoCache
mlrCPO 0.2
* refactoring retrafoless and target operating CPOs (they still don't work)
* standardised file names
* much improved documentation
* more coherent `makeCPO*` functions
* %<>>% and %<<<% operators for compose / attach + assignment
* %>|% and %|<% operators for apply + retrafo()
* More coherent handling of cababilities
* New getters: getCPOTrainedCapability, getOriginalCPO, getOriginalCPOConstructor
* Inverter now can be inspected as / built from states
* new property handling: adding.min and needed.max, for different standards internally & externally
* new cpo cpoSelectFreeProperties, cpoCache, cpoTransformParams
mlrCPO 0.1
* Initial release on GitHub, retrafoless and target operating CPOs don't work yet