Module random_subset_regression

Source
Available on crate features regression and random_subset_regression only.
Expand description

Improves speed of regression by only taking a few points into account.

Randomly selects several sets of points which are checked. Works with binary_search and can easily be expanded to spiral and gradient_descent.

Structsยง

Config
Config for generation of subsets of points. See super::binary_search::Options::random_subset_regression.