We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70388d5 commit 66dd559Copy full SHA for 66dd559
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "automl"
3
-version = "0.2.8"
+version = "0.2.9"
4
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
5
description = "Automated machine learning for classification and regression"
6
edition = "2021"
README.md
@@ -14,7 +14,7 @@ Add AutoML to your `Cargo.toml` to get started:
14
15
**Stable Version**
16
```toml
17
-automl = "0.3.1"
+automl = "0.2.9"
18
```
19
**Latest Development Version**
20
0 commit comments