Skip to content

Commit ba0a1e9

Browse files
committed
Fix doc
1 parent 200219f commit ba0a1e9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

algorithms/linfa-bayes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
`linfa-bayes` currently provides an implementation of the following methods:
1212

13-
- Gaussian Naive Bayes ([`GaussianNb`](crate::GaussianNb))
14-
- Multinomial Naive Nayes ([`MultinomialNb`](crate::MultinomialNb))
13+
- Gaussian Naive Bayes ([`GaussianNb`])
14+
- Multinomial Naive Nayes ([`MultinomialNb`]))
1515

1616
## Examples
1717

algorithms/linfa-elasticnet/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ pub use hyperparams::{
3535
///
3636
/// See also:
3737
/// * [Talk on Fast Regularization Paths](https://web.stanford.edu/~hastie/TALKS/glmnet.pdf)
38-
/// * [Regularization Paths for Generalized Linear Models via Coordinate Descent]
39-
/// (http://www.jstatsoft.org/v33/i01/paper)
38+
/// * [Regularization Paths for Generalized Linear Models via Coordinate Descent](http://www.jstatsoft.org/v33/i01/paper)
4039
#[derive(Debug, Clone)]
4140
pub struct ElasticNet<F> {
4241
hyperplane: Array1<F>,

0 commit comments

Comments
 (0)