Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc50efa

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.