File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ requires:
82
82
non-empty) this requirement is dropped.
83
83
84
84
2 . * Low level deserializability:* It should be possible to evaluate the trait * value* when
85
- ` LearnAPI ` is the only imported module .
85
+ ` LearnAPI ` and ` ScientificTypesBase ` are the only imported modules .
86
86
87
87
Because of 1, combining a lot of functionality into one learner (e.g. the learner can
88
88
perform both classification or regression) can mean traits are necessarily less
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ See also [`LearnAPI.KindOfProxy`](@ref).
42
42
| `SurvivalDistribution` | probability distribution for survival time |
43
43
| `SurvivalHazardFunction` | hazard function for survival time |
44
44
| `OutlierScore` | numerical score reflecting degree of outlierness (not necessarily normalized) |
45
- | `Continuous` | real-valued approximation/interpolation of a discrete-valued target, such as a count (e.g., number of phone calls) |
45
+ | `Interpolated` | real-valued approximation/interpolation of a discrete-valued target, such as a count (e.g., number of phone calls) |
46
46
47
47
¹Provided for completeness but discouraged to avoid [ambiguities in
48
48
representation](https://github.com/alan-turing-institute/MLJ.jl/blob/dev/paper/paper.md#a-unified-approach-to-probabilistic-predictions-and-their-evaluation).
@@ -72,7 +72,7 @@ const IID_SYMBOLS = [
72
72
:SurvivalDistribution ,
73
73
:HazardFunction ,
74
74
:OutlierScore ,
75
- :Continuous ,
75
+ :Interpolated ,
76
76
:Quantile ,
77
77
:Expectile ,
78
78
]
You can’t perform that action at this time.
0 commit comments