h2oai / driverlessai-recipes

Recipes for Driverless AI
Apache License 2.0
241 stars 94 forks source link

Add datatable GLM recipe #171

Closed oleksiyskononenko closed 2 years ago

oleksiyskononenko commented 2 years ago

An initial implementation of the datatable GLM recipe that is based on the datatable's LinearModel. Supports regression, binomial and multinomial classifications. It also passes all the acceptance tests, however, is not tested thoroughly on realistic datasets in DAI. This is currently WIP.