You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,27 @@
4
4
5
5
# AutoML with SmartCore
6
6
7
-
AutoML is _Automated Machine Learning_, referring to processes and methods to make machine learning more accessible for
8
-
a general audience. This crate builds on top of the [smartcore](https://docs.rs/smartcore/) machine learning framework,
9
-
and provides some utilities to quickly trainand compare models.
7
+
AutoML (_Automated Machine Learning_) streamlines machine learning workflows, making them more accessible and efficient
8
+
for users of all experience levels. This crate extends the [`smartcore`](https://docs.rs/smartcore/) machine learning framework, providing utilities to
9
+
quickly train, compare, and deploy models.
10
10
11
11
# Install
12
12
13
-
To use the latest released version of `AutoML`, add this to your `Cargo.toml`:
0 commit comments