Skip to content

Commit 1edcb55

Browse files
committed
readme
1 parent 420cea8 commit 1edcb55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# CategoricalDistributions.jl
22

33
Probability distributions and measures for finite sample spaces whose
4-
elements are *labeled*.
4+
elements are *labeled* (consist of the class pool of a
5+
`CategoricalArray`).
56

67
Designed for performance in machine learning applications. For
78
example, probabilistic classifiers in
89
[MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/) typically
910
predict the `UnivariateFiniteVector` objects defined in this package.
1011

11-
For probability distributions over integers (unlabeled data) see the
12+
For probability distributions over integers see the
1213
[Distributions.jl](https://juliastats.org/Distributions.jl/stable/univariate/#Discrete-Distributions)
1314
package, whose methods the current package extends.
1415

0 commit comments

Comments
 (0)