Skip to content

Commit

Permalink
Update src/datasets/synthetic_regression.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
smastelini authored Jul 29, 2024
1 parent 4a4b9f5 commit 23c109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/synthetic_regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use super::utils;

/// Scikit learn synthetic dataset for regression.
///
/// Genearted using 'make_regression' API.
/// Generated using 'make_regression' API.
pub struct SyntheticRegression;
impl SyntheticRegression {
pub fn load_data() -> IterCsv<f32, File> {
Expand Down

0 comments on commit 23c109e

Please sign in to comment.