aprender 0.31.2

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- PCU: ch06-ensembles | contract: contracts/apr-book-ch06-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch06_ensembles -->
<!-- Status: enforced -->

# Chapter 06: Ensemble Methods

> Contract: [`apr-book-ch06`]../../../contracts/apr-book-ch06-v1.yaml

Run: `cargo run -p aprender-core --example ch06_ensembles`

```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch06_ensembles.rs}}
```