File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ can use `pip3 install -u 'numpy_ml[rl]'`.
2525For more details on the available models, see the [ project documentation] ( https://numpy-ml.readthedocs.io/ ) .
2626
2727## Available models
28+ <details >
29+ <summary >Click to expand!</summary >
30+
28311 . ** Gaussian mixture model**
2932 - EM training
3033
@@ -116,6 +119,9 @@ For more details on the available models, see the [project documentation](https:
116119 - Ridge regression
117120 - Logistic regression
118121 - Ordinary least squares
122+ - Weighted linear regression
123+ - Generalized linear model (log, logit, and identity link)
124+ - Gaussian naive Bayes classifier
119125 - Bayesian linear regression w/ conjugate priors
120126 - Unknown mean, known variance (Gaussian prior)
121127 - Unknown mean, unknown variance (Normal-Gamma / Normal-Inverse-Wishart prior)
@@ -172,6 +178,7 @@ For more details on the available models, see the [project documentation](https:
172178 - Ball tree
173179 - Discrete sampler
174180 - Graph processing and generators
181+ </details >
175182
176183## Contributing
177184
You can’t perform that action at this time.
0 commit comments