We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebae864 commit 38091f3Copy full SHA for 38091f3
src/data_utils.jl
@@ -434,9 +434,3 @@ UnivariateFinite(probs; kwargs...) =
434
UnivariateFinite(get_interface_mode(), probs; kwargs...)
435
UnivariateFinite(::LightInterface, a...; kwargs...) =
436
errlight("UnivariateFinite")
437
-
438
-## FOR DETECTION MODELS
439
440
-const OUTLIER = "outlier"
441
-const INLIER = "inlier"
442
-const UNKNOWN = "unknown"
0 commit comments