Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 10, 2025
1 parent 200219f commit ba0a1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions algorithms/linfa-bayes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

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

- Gaussian Naive Bayes ([`GaussianNb`](crate::GaussianNb))
- Multinomial Naive Nayes ([`MultinomialNb`](crate::MultinomialNb))
- Gaussian Naive Bayes ([`GaussianNb`])
- Multinomial Naive Nayes ([`MultinomialNb`]))

## Examples

Expand Down
3 changes: 1 addition & 2 deletions algorithms/linfa-elasticnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ pub use hyperparams::{
///
/// See also:
/// * [Talk on Fast Regularization Paths](https://web.stanford.edu/~hastie/TALKS/glmnet.pdf)
/// * [Regularization Paths for Generalized Linear Models via Coordinate Descent]
/// (http://www.jstatsoft.org/v33/i01/paper)
/// * [Regularization Paths for Generalized Linear Models via Coordinate Descent](http://www.jstatsoft.org/v33/i01/paper)
#[derive(Debug, Clone)]
pub struct ElasticNet<F> {
hyperplane: Array1<F>,
Expand Down

0 comments on commit ba0a1e9

Please sign in to comment.