Skip to content

Commit bc50efa

Browse files
committed
Merge branch 'master' of https://github.com/ddbourgin/numpy-ml into master
2 parents 5f30a71 + 83c463d commit bc50efa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ can use `pip3 install -u 'numpy_ml[rl]'`.
2525
For 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+
2831
1. **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

0 commit comments

Comments
 (0)