petsc4py.PETSc.RegressorLinearType# class petsc4py.PETSc.RegressorLinearType# Bases: object Linear regressor type. See also PetscRegressorLinearType Attributes Summary LASSO Constant LASSO of type int OLS Constant OLS of type int RIDGE Constant RIDGE of type int Attributes Documentation LASSO: int = LASSO# Constant LASSO of type int OLS: int = OLS# Constant OLS of type int RIDGE: int = RIDGE# Constant RIDGE of type int