-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy patherrata.qmd
71 lines (47 loc) · 2.47 KB
/
errata.qmd
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
67
68
69
70
71
---
aliases:
- "/errata.html"
---
# Errata {#sec-appendix-errata}
::: {.content-visible when-format="html"}
{{< include ../../common/_setup.qmd >}}
This appendix lists changes to the online version of this book to chapters included in the first edition.
## 2. Data and Basic Modeling
* Replaced reference to `Param` with `Domain`.
## 3. Evaluation and Benchmarking
* Use `$encapsulate()` method instead of the `$encapsulate` and `$fallback` fields.
* A section on the `mlr3inferr` package was added.
## 4. Hyperparameter Optimization
* Renamed `TuningInstanceSingleCrit` to `TuningInstanceBatchSingleCrit`.
* Renamed `TuningInstanceMultiCrit` to `TuningInstanceBatchMultiCrit`.
* Renamed `Tuner` to `TunerBatch`.
* Replaced reference to `Param` with `Domain`.
## 5. Advanced Tuning Methods and Black Box Optimization
* Renamed `TuningInstanceSingleCrit` to `TuningInstanceBatchSingleCrit`.
* Renamed `TuningInstanceMultiCrit` to `TuningInstanceBatchMultiCrit`.
* Renamed `Tuner` to `TunerBatch`.
* Renamed `OptimInstanceSingleCrit` to `OptimInstanceBatchSingleCrit`.
* Renamed `OptimInstanceMultiCrit` to `OptimInstanceBatchMultiCrit`.
* Renamed `Optimizer` to `OptimizerBatch`.
* Replaced `OptimInstanceSingleCrit$new()` with `oi()`.
* Add `oi()` to the table about important functions.
* Use `$encapsulate()` method instead of the `$encapsulate` and `$fallback` fields.
## 6. Feature Selection
* Renamed `FSelectInstanceSingleCrit` to `FSelectInstanceBatchSingleCrit`.
* Renamed `FSelectInstanceMultiCrit` to `FSelectInstanceBatchMultiCrit`.
* Renamed `FeatureSelector` to `FeatureSelectorBatch`.
* Add `fsi()` to the table about important functions.
## 8. Non-sequential Pipelines and Tuning
* Use `$encapsulate()` method instead of the `$encapsulate` and `$fallback` fields.
## 10. Advanced Technical Aspects of mlr3
* Use `$encapsulate()` method instead of the `$encapsulate` and `$fallback` fields.
## 11. Large-Scale Benchmarking
* Use `$encapsulate()` method instead of the `$encapsulate` and `$fallback` fields.
## 12. Model Interpretation
* Subset task to row 127 instead of 35 for the local surrogate model.
* Add `as.data.frame()` to "Correctly Interpreting Shapley Values" section.
## 13. Beyond Regression and Classification
* Use `gamma` instead of `gamma.mu` for `lrn("surv.svm")`
* Substitute RCLL with ISBS measure
* Mention `pipeline_responsecompositor()` pipeline for changing predict types
* Use `lrn("surv.xgboost.aft")` instead of `lrn("surv.glmnet")` in "Composition" subsection