Dataset doc cleanup (#205)

* Update iris.rs

* Update mod.rs

* Update digits.rs
This commit is contained in:
RJ Nowling
2022-10-30 04:32:41 -05:00
committed by morenol
parent f605f6e075
commit a32eb66a6a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: |
//! |-|-|-|-|
+1 -1
View File
@@ -1,4 +1,4 @@
//! # The Iris Dataset flower
//! # The Iris flower dataset
//!
//! | Number of Instances | Number of Attributes | Missing Values? | Associated Tasks: |
//! |-|-|-|-|
+1 -1
View File
@@ -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;