|
91 | 91 | tailor() %>% adjust_numeric_calibration() %>% adjust_probability_threshold()
|
92 | 92 | Condition
|
93 | 93 | Error in `adjust_probability_threshold()`:
|
94 |
| - ! Can't compose adjustments for different input types. |
| 94 | + ! Can't compose adjustments for different prediction types. |
95 | 95 | i Adjustment `adjust_numeric_calibration()` operates on numerics while `adjust_probability_threshold()` operates on probabilities.
|
96 | 96 |
|
97 | 97 | ---
|
|
102 | 102 | lower_limit = 2)
|
103 | 103 | Condition
|
104 | 104 | Error in `adjust_numeric_range()`:
|
105 |
| - ! Can't compose adjustments for different input types. |
| 105 | + ! Can't compose adjustments for different prediction types. |
106 | 106 | i Adjustment `adjust_numeric_range()` operates on numerics while `adjust_probability_calibration()` and `adjust_probability_threshold()` operate on probabilities.
|
107 | 107 |
|
108 | 108 | ---
|
|
112 | 112 | adjust_probability_threshold(threshold = 0.4)
|
113 | 113 | Condition
|
114 | 114 | Error in `adjust_probability_threshold()`:
|
115 |
| - ! Can't compose adjustments for different input types. |
| 115 | + ! Can't compose adjustments for different prediction types. |
116 | 116 | i Adjustments `adjust_numeric_calibration()` and `adjust_numeric_range()` operate on numerics while `adjust_probability_threshold()` operates on probabilities.
|
117 | 117 |
|
118 | 118 | ---
|
|
122 | 122 | adjust_numeric_calibration() %>% adjust_probability_threshold()
|
123 | 123 | Condition
|
124 | 124 | Error in `adjust_probability_threshold()`:
|
125 |
| - ! Can't compose adjustments for different input types. |
| 125 | + ! Can't compose adjustments for different prediction types. |
126 | 126 | i Adjustment `adjust_numeric_calibration()` operates on numerics while `adjust_probability_threshold()` operates on probabilities.
|
127 | 127 |
|
128 | 128 | ---
|
|
133 | 133 | threshold = 0.4) %>% adjust_numeric_range(lower_limit = 2)
|
134 | 134 | Condition
|
135 | 135 | Error in `adjust_numeric_range()`:
|
136 |
| - ! Can't compose adjustments for different input types. |
| 136 | + ! Can't compose adjustments for different prediction types. |
137 | 137 | i Adjustment `adjust_numeric_range()` operates on numerics while `adjust_probability_calibration()` and `adjust_probability_threshold()` operate on probabilities.
|
138 | 138 |
|
139 | 139 | ---
|
|
144 | 144 | adjust_probability_threshold(threshold = 0.4)
|
145 | 145 | Condition
|
146 | 146 | Error in `adjust_probability_threshold()`:
|
147 |
| - ! Can't compose adjustments for different input types. |
| 147 | + ! Can't compose adjustments for different prediction types. |
148 | 148 | i Adjustments `adjust_numeric_calibration()` and `adjust_numeric_range()` operate on numerics while `adjust_probability_threshold()` operates on probabilities.
|
149 | 149 |
|
0 commit comments