File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22[ ![ Crates.io] ( https://img.shields.io/crates/v/automl.svg )] ( https://crates.io/crates/automl )
33[ ![ docs.rs] ( https://img.shields.io/docsrs/automl/latest?logo=rust )] ( https://docs.rs/automl )
44
5- # AutoML with SmartCore
5+ # ` automl ` with ` smartcore `
66
7- AutoML (_ Automated Machine Learning_ ) streamlines machine learning workflows, making them more accessible and efficient
7+ ` AutoML ` (_ Automated Machine Learning_ ) streamlines machine learning workflows, making them more accessible and efficient
88for users of all experience levels. This crate extends the [ ` smartcore ` ] ( https://docs.rs/smartcore/ ) machine learning
99framework, providing utilities to quickly train, compare, and deploy models.
1010
1111# Install
1212
13- Add AutoML to your ` Cargo.toml ` to get started:
13+ Add ` automl ` to your ` Cargo.toml ` to get started:
1414
1515** Stable Version**
1616
@@ -26,7 +26,7 @@ automl = { git = "https://github.com/cmccomb/rust-automl" }
2626
2727# Example Usage
2828
29- Here’s a quick example to illustrate how AutoML can simplify model training and comparison:
29+ Here’s a quick example to illustrate how ` AutoML ` can simplify model training and comparison:
3030
3131``` rust, no_run, ignore
3232let dataset = smartcore::dataset::breast_cancer::load_dataset();
You can’t perform that action at this time.
0 commit comments