@@ -20,9 +20,10 @@ See also [`LearnAPI.KindOfProxy`](@ref).
2020
2121# Extended help
2222
23- | type | form of an observation |
24- |:-------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
25- | `Point` | same as target observations; may have the interpretation of a 50% quantile, 50% expectile or mode |
23+ | type | form of an observation |
24+ |:----------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
25+ | `Point` | same as target observations; may have the interpretation of a 50% quantile, 50% expectile or mode |
26+ | `Interpolated` | real-valued approximation/interpolation of a discrete-valued target, such as a count (e.g., number of phone calls) |
2627| `Sampleable` | object that can be sampled to obtain object of the same form as target observation |
2728| `Distribution` | explicit probability density/mass function whose sample space is all possible target observations |
2829| `LogDistribution` | explicit log-probability density/mass function whose sample space is possible target observations |
@@ -42,7 +43,6 @@ See also [`LearnAPI.KindOfProxy`](@ref).
4243| `SurvivalDistribution` | probability distribution for survival time |
4344| `SurvivalHazardFunction` | hazard function for survival time |
4445| `OutlierScore` | numerical score reflecting degree of outlierness (not necessarily normalized) |
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).
0 commit comments