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:
8282 non-empty) this requirement is dropped.
8383
84842 . * 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 .
8686
8787Because of 1, combining a lot of functionality into one learner (e.g. the learner can
8888perform 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).
4242| `SurvivalDistribution` | probability distribution for survival time |
4343| `SurvivalHazardFunction` | hazard function for survival time |
4444| `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) |
4646
4747¹Provided for completeness but discouraged to avoid [ambiguities in
4848representation](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 = [
7272 :SurvivalDistribution ,
7373 :HazardFunction ,
7474 :OutlierScore ,
75- :Continuous ,
75+ :Interpolated ,
7676 :Quantile ,
7777 :Expectile ,
7878]
You can’t perform that action at this time.
0 commit comments