mendevi.models.lr.LR¶
- class mendevi.models.lr.LR(*args: tuple, **kwargs: dict)[source]¶
Biaised linear regression on all parameters.
Gaussian process regression predictive model.
Parameters¶
- title, sources, **kwargs
Transmitted to
mendevi.models.base.Model.- biaisedboolean, default=True
If True, the linear regression includes a bias term, or y-intercept constant. If False, the regression is unbiased, and the y-intercept is zero.