API Reference#
spe.bagging#
|
A Bagging regressor. |
spe.estimators#
|
Computes Generalized Mallows's Cp for adaptive linear smoothers. |
|
Computes Generalized Mallows's Cp for arbitrary models. |
|
Computes Generalized Mallows's Cp for bagged models. |
|
Computes Generalized Mallows's Cp for any linear model and dependent train and test set. |
spe.forest#
A random forest regressor that can use parametric bootstraps. |
spe.relaxed_lasso#
|
Relaxed lasso linear regression model. |
spe.smoothers#
|
BSpline linear regression model. |
|
spe.tree#
ABC class all adaptive linear smoother models should inherit from. |
|
|
A decision tree regressor. |