tangram_core 0.4.0

Tangram is an automated machine learning framework designed for programmers.
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;