|
12 | 12 | decision_tree() %>% set_mode("regression") %>% set_engine("C5.0")
|
13 | 13 | Condition
|
14 | 14 | Error in `set_engine()`:
|
15 |
| - x Available modes for engine C5.0 are: |
16 |
| - * "unknown" and "classification". |
| 15 | + ! Available modes for engine C5.0 are: "unknown" and "classification". |
17 | 16 |
|
18 | 17 | ---
|
19 | 18 |
|
20 | 19 | Code
|
21 | 20 | decision_tree(mode = "regression", engine = "C5.0")
|
22 | 21 | Condition
|
23 | 22 | Error in `decision_tree()`:
|
24 |
| - x Available modes for engine C5.0 are: |
25 |
| - * "unknown" and "classification". |
| 23 | + ! Available modes for engine C5.0 are: "unknown" and "classification". |
26 | 24 |
|
27 | 25 | ---
|
28 | 26 |
|
29 | 27 | Code
|
30 | 28 | decision_tree() %>% set_engine("C5.0") %>% set_mode("regression")
|
31 | 29 | Condition
|
32 | 30 | Error in `set_mode()`:
|
33 |
| - x Available modes for engine C5.0 are: |
34 |
| - * "unknown" and "classification". |
| 31 | + ! Available modes for engine C5.0 are: "unknown" and "classification". |
35 | 32 |
|
36 | 33 | ---
|
37 | 34 |
|
38 | 35 | Code
|
39 | 36 | decision_tree(engine = NULL) %>% set_engine("C5.0") %>% set_mode("regression")
|
40 | 37 | Condition
|
41 | 38 | Error in `set_mode()`:
|
42 |
| - x Available modes for engine C5.0 are: |
43 |
| - * "unknown" and "classification". |
| 39 | + ! Available modes for engine C5.0 are: "unknown" and "classification". |
44 | 40 |
|
45 | 41 | ---
|
46 | 42 |
|
47 | 43 | Code
|
48 | 44 | decision_tree(engine = NULL) %>% set_mode("regression") %>% set_engine("C5.0")
|
49 | 45 | Condition
|
50 | 46 | Error in `set_engine()`:
|
51 |
| - x Available modes for engine C5.0 are: |
52 |
| - * "unknown" and "classification". |
| 47 | + ! Available modes for engine C5.0 are: "unknown" and "classification". |
53 | 48 |
|
54 | 49 | ---
|
55 | 50 |
|
|
65 | 60 | linear_reg() %>% set_mode()
|
66 | 61 | Condition
|
67 | 62 | Error in `set_mode()`:
|
68 |
| - x Available modes for model type linear_reg are: |
69 |
| - * "unknown" and "regression". |
| 63 | + ! Available modes for model type linear_reg are: "unknown" and "regression". |
70 | 64 |
|
71 | 65 | ---
|
72 | 66 |
|
|
0 commit comments