Currently, regression algorithms implemented as stand-alone functions, while other methods use StatsAPI interface, i.e. fit/predict.
We should have properly derived types from StatsAPI.RegressionModel and corresponding implemented interface for various regression algorithms.
Currently, regression algorithms implemented as stand-alone functions, while other methods use StatsAPI interface, i.e.
fit/predict.We should have properly derived types from
StatsAPI.RegressionModeland corresponding implemented interface for various regression algorithms.