Interpretable Models#
Regression#
Base Class for Modeva Regressors. |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of catboost.CatBoostRegressor. |
|
A lightweight wrapper of |
|
A deep neural network regressor using ReLU activation functions. |
|
Generalized additive model with pairwise interaction regressor. |
|
A tree-based model that fits linear regression models in the leaves. |
|
GLMTree Boosting regressor using residual-based boosting. |
|
A neural network-based regression model that combines GLM trees with monotonicity constraints. |
|
A Mixture of Experts (MoE) regressor that combines multiple expert models for regression tasks. |
Classification#
Base Class for Modeva Classifiers. |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of |
|
A lightweight wrapper of catboost.CatBoostClassifier. |
|
A lightweight wrapper of |
|
A deep neural network classifier using ReLU activation functions. |
|
Generalized additive model with pairwise interaction classifier. |
|
A tree-based model that fits logistic regression models in the leaves for binary classification. |
|
GLMTree Boosting classifier using residual-based boosting. |
|
A neural network-based classification model that combines GLM trees with monotonicity constraints. |
|
A Mixture of Experts (MoE) classifier that combines multiple expert models for classification tasks. |