minor fixes

This commit is contained in:
Lorenzo (Mec-iS)
2022-11-07 13:00:51 +00:00
parent 0ec89402e8
commit cc91e31a0e
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -75,7 +75,7 @@
//! ```
//!
//! ## Overview
//!
//!
//! ### Supported algorithms
//! All machine learning algorithms are grouped into these broad categories:
//! * [Clustering](cluster/index.html), unsupervised clustering of unlabeled data.
@@ -86,7 +86,7 @@
//! * [Nearest Neighbors](neighbors/index.html), K Nearest Neighbors for classification and regression
//! * [Naive Bayes](naive_bayes/index.html), statistical classification technique based on Bayes Theorem
//! * [SVM](svm/index.html), support vector machines
//!
//!
//! ### Linear Algebra traits system
//! For an introduction to `smartcore`'s traits system see [this notebook](https://github.com/smartcorelib/smartcore-jupyter/blob/5523993c53c6ec1fd72eea130ef4e7883121c1ea/notebooks/01-A-little-bit-about-numbers.ipynb)