Implement fANOVA in Pure Go. See https://github.com/optuna/optuna/pull/1106 * Paper: http://proceedings.mlr.press/v32/hutter14.html * Original implementation: https://github.com/automl/fanova * Rust implementation by sile: https://github.com/sile/fanova * It looks that he also implements RandomForest from scratch.