File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ) ]
4140pub struct ElasticNet < F > {
4241 hyperplane : Array1 < F > ,
You can’t perform that action at this time.
0 commit comments