Skip to content

Commit 6aa4d3f

Browse files
committed
minor
1 parent 77f2501 commit 6aa4d3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ prediction_type(::Type) = :unknown # also :probablistic, :deterministic, :interv
1919
```
2020

2121
Here `Unknown` is a type defined in the light-weight package
22-
[`ScientificTypes.jl`](https://github.com/alan-turing-institute/ScientificTypes.jl),
22+
[ScientificTypes.jl](https://github.com/alan-turing-institute/ScientificTypes.jl),
2323
the only dependency of StatsTraits.jl.
2424

2525
Refer to [source code](src/StatisticalTraits.jl) for a complete list.

src/StatisticalTraits.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ supports_class_weights(::Type) = false
150150
# Possible values of the following are `:deterministic`, `:probabilistic`,
151151
# `:interval`, or `:unknown`:
152152

153-
prediction_type(::Type) = :unknown # used for measures too
153+
prediction_type(::Type) = :unknown
154154

155155
# Miscellaneous:
156156

0 commit comments

Comments
 (0)