Dataset doc cleanup (#205)
* Update iris.rs * Update mod.rs * Update digits.rs
This commit is contained in:
@@ -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: |
|
//! | Number of Instances | Number of Attributes | Missing Values? | Associated Tasks: |
|
||||||
//! |-|-|-|-|
|
//! |-|-|-|-|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
//! # The Iris Dataset flower
|
//! # The Iris flower dataset
|
||||||
//!
|
//!
|
||||||
//! | Number of Instances | Number of Attributes | Missing Values? | Associated Tasks: |
|
//! | Number of Instances | Number of Attributes | Missing Values? | Associated Tasks: |
|
||||||
//! |-|-|-|-|
|
//! |-|-|-|-|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
//! Datasets
|
//! 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 boston;
|
||||||
pub mod breast_cancer;
|
pub mod breast_cancer;
|
||||||
pub mod diabetes;
|
pub mod diabetes;
|
||||||
|
|||||||
Reference in New Issue
Block a user