From 0803532e79508c26a42e8b2ba62d76c2d9f1e41d Mon Sep 17 00:00:00 2001 From: Volodymyr Orlov Date: Sun, 20 Sep 2020 16:40:25 -0700 Subject: [PATCH] fix: minor change in documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 602b563..4ac8fb3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! # SmartCore //! -//! Welcome to SmartCore library, the most complete machine learning library for Rust! +//! Welcome to SmartCore, the most advanced machine learning library in Rust! //! //! In SmartCore you will find implementation of these ML algorithms: //! * __Regression__: Linear Regression (OLS), Decision Tree Regressor, Random Forest Regressor, K Nearest Neighbors