From 5b517c50488fb0a468dcaad902045ffa4ed78a13 Mon Sep 17 00:00:00 2001 From: "Lorenzo (Mec-iS)" Date: Mon, 7 Nov 2022 12:50:32 +0000 Subject: [PATCH] minor fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8746dbf..b06d668 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! # smartcore //! -//! Welcome to smartcore, machine learning in Rust! +//! Welcome to `smartcore`, machine learning in Rust! //! //! `smartcore` features various classification, regression and clustering algorithms including support vector machines, random forests, k-means and DBSCAN, //! as well as tools for model selection and model evaluation.