mindsdb / mindsdb_native

Machine Learning in one line of code
http://mindsdb.com
GNU General Public License v3.0
37 stars 28 forks source link

Separate model per group by #381

Closed George3d6 closed 3 years ago

George3d6 commented 3 years ago

Add a new split_models_on key as part of the advanced_args to allow training multiple models for each separate value of a given column.

This should allow us to handle timeseries problems with high granularity group bys.

Currently the implementation should only work for when quick_learn is enabled, since the nonconformist model hooks into lightwood directly and makes this complicated.