Skip to content

A simple implementation of adaboost in Rust using (concurrent) decision stumps as weak learners

License

Notifications You must be signed in to change notification settings

AntoonBeres/adaboost-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adaboost-rs

A simple implementation of adaboost in Rust using (concurrent) decision stumps as weak learners

Compilation

compile the library with:
cargo build --release

Running examples

first compile the example eg:
cargo build --release --example breast-cancer
then run:
./target/release/examples/breast-cancer

Or just instantly run the example without storing the compiled binary:
cargo run --release --example breast-cancer

About

A simple implementation of adaboost in Rust using (concurrent) decision stumps as weak learners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published