liana.method.sp.RobustLinearModel#
- class liana.method.sp.RobustLinearModel(seed, **kwargs)#
Robust linear regression model using
statsmodels.RLM. Inherits fromSingleViewModel
Methods table#
Methods#
- RobustLinearModel.fit(y, X, predictors, k_cv=None)#
Fits a robust linear model.