Skip to content

Commit

Permalink
Dataset doc cleanup (#205)
Browse files Browse the repository at this point in the history
* Update iris.rs

* Update mod.rs

* Update digits.rs
  • Loading branch information
rnowling authored Oct 30, 2022
1 parent edbac7e commit bb71656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/dataset/digits.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # Optical Recognition of Handwritten Digits Data Set
//! # Optical Recognition of Handwritten Digits Dataset
//!
//! | Number of Instances | Number of Attributes | Missing Values? | Associated Tasks: |
//! |-|-|-|-|
Expand Down
2 changes: 1 addition & 1 deletion src/dataset/iris.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # The Iris Dataset flower
//! # The Iris flower dataset
//!
//! | Number of Instances | Number of Attributes | Missing Values? | Associated Tasks: |
//! |-|-|-|-|
Expand Down
2 changes: 1 addition & 1 deletion src/dataset/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Datasets
//!
//! In this module you will find small datasets that are used in SmartCore for demonstration purpose mostly.
//! In this module you will find small datasets that are used in SmartCore mostly for demonstration purposes.
pub mod boston;
pub mod breast_cancer;
pub mod diabetes;
Expand Down

0 comments on commit bb71656

Please sign in to comment.