autogluon/autogluon

Monotonic constraints for autogluon-tabular

Open

#572 opened on Jul 20, 2020

 (4 comments) (1 reaction) (0 assignees)Python (1,176 forks)batch import
feature requesthelp wantedmodule: tabular

Repository metrics

Stars
 (10,598 stars)
PR merge metrics
 (Avg merge 4d 5h) (20 merged PRs in 30d)

Description

I would find it very useful if autogluon-tabular could add partial support for monotonic constraints. I would be happy to write a PR if that has interest?

Of the underlying models used only Lightgbm and Catboost support monotonic constraints but we could add a warning that the constraints will only be respected by these two models. Monotonic constraints can help in ability to generalize and are often very helpful in establishing user trust.

Contributor guide