Skip to content

Commit 6692651

Browse files
committed
Fix doc_markdown lints in README
1 parent e922bb6 commit 6692651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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
88
for users of all experience levels. This crate extends the [`smartcore`](https://docs.rs/smartcore/) machine learning
99
framework, 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
3232
let dataset = smartcore::dataset::breast_cancer::load_dataset();

0 commit comments

Comments
 (0)