tangram_core 0.6.0

Tangram is an all-in-one automated machine learning framework.
Documentation
1
2
3
4
5
6
7
8
9
10
mod config;
mod features;
mod grid;
pub mod heuristics;
pub mod model;
pub mod predict;
pub mod progress;
mod stats;
mod test;
pub mod train;