Skip to content

Commit f442675

Browse files
Update README.md
1 parent bca2497 commit f442675

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

algorithms/linfa-trees/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
5050
println!("Accuracy: {:.2}", cm.accuracy());
5151
Ok(())
5252
}
53+
```
54+
5355
Run this example with:
5456

55-
bash
56-
Copy
57-
Edit
57+
```bash
58+
5859
cargo run --release --example iris_random_forest
60+
```
5961
Examples
6062
There is an example in the examples/ directory showing how to use decision trees. To run, use:
6163

@@ -71,5 +73,3 @@ Dual‐licensed to be compatible with the Rust project.
7173

7274
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
7375

74-
Copy
75-
Edit

0 commit comments

Comments
 (0)