scikit-learn linear wrappers.
LINEAR table in specs. Registered under sklearn. hub keys, mirroring the native TuiML linear family.Classes
scikit-learn DummyClassifier (hub key sklearn.DummyClassifier).
DummyClassifier. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LabelPropagation (hub key sklearn.LabelPropagation).
LabelPropagation. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LabelSpreading (hub key sklearn.LabelSpreading).
LabelSpreading. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.linear.LinearDiscriminantAnalysis(_SklearnBackedMixin, Classifier)
scikit-learn LinearDiscriminantAnalysis (hub key sklearn.LinearDiscriminantAnalysis).
LinearDiscriminantAnalysis. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LogisticRegression (hub key sklearn.LogisticRegression).
Wraps LogisticRegression. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: C, penalty, solver, max_iter.
__init__( self, **params, )
scikit-learn LogisticRegressionCV (hub key sklearn.LogisticRegressionCV).
LogisticRegressionCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.linear.PassiveAggressiveClassifier(_SklearnBackedMixin, Classifier)
scikit-learn PassiveAggressiveClassifier (hub key sklearn.PassiveAggressiveClassifier).
PassiveAggressiveClassifier. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn Perceptron (hub key sklearn.Perceptron).
Perceptron. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.linear.QuadraticDiscriminantAnalysis(_SklearnBackedMixin, Classifier)
scikit-learn QuadraticDiscriminantAnalysis (hub key sklearn.QuadraticDiscriminantAnalysis).
QuadraticDiscriminantAnalysis. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn RidgeClassifier (hub key sklearn.RidgeClassifier).
RidgeClassifier. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn RidgeClassifierCV (hub key sklearn.RidgeClassifierCV).
RidgeClassifierCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn SGDClassifier (hub key sklearn.SGDClassifier).
SGDClassifier. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn ARDRegression (hub key sklearn.ARDRegression).
ARDRegression. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn BayesianRidge (hub key sklearn.BayesianRidge).
BayesianRidge. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn DummyRegressor (hub key sklearn.DummyRegressor).
DummyRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn ElasticNet (hub key sklearn.ElasticNet).
Wraps ElasticNet. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: alpha, l1_ratio.
__init__( self, **params, )
scikit-learn ElasticNetCV (hub key sklearn.ElasticNetCV).
ElasticNetCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn GammaRegressor (hub key sklearn.GammaRegressor).
GammaRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn HuberRegressor (hub key sklearn.HuberRegressor).
HuberRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn KernelRidge (hub key sklearn.KernelRidge).
KernelRidge. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn Lars (hub key sklearn.Lars).
Lars. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LarsCV (hub key sklearn.LarsCV).
LarsCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn Lasso (hub key sklearn.Lasso).
Wraps Lasso. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: alpha, max_iter.
__init__( self, **params, )
scikit-learn LassoCV (hub key sklearn.LassoCV).
LassoCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LassoLars (hub key sklearn.LassoLars).
LassoLars. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LassoLarsCV (hub key sklearn.LassoLarsCV).
LassoLarsCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LassoLarsIC (hub key sklearn.LassoLarsIC).
LassoLarsIC. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn LinearRegression (hub key sklearn.LinearRegression).
LinearRegression. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.linear.OrthogonalMatchingPursuit(_SklearnBackedMixin, Regressor)
scikit-learn OrthogonalMatchingPursuit (hub key sklearn.OrthogonalMatchingPursuit).
OrthogonalMatchingPursuit. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.linear.OrthogonalMatchingPursuitCV(_SklearnBackedMixin, Regressor)
scikit-learn OrthogonalMatchingPursuitCV (hub key sklearn.OrthogonalMatchingPursuitCV).
OrthogonalMatchingPursuitCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn PLSRegression (hub key sklearn.PLSRegression).
PLSRegression. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
class sklearn.linear.PassiveAggressiveRegressor(_SklearnBackedMixin, Regressor)
scikit-learn PassiveAggressiveRegressor (hub key sklearn.PassiveAggressiveRegressor).
PassiveAggressiveRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn PoissonRegressor (hub key sklearn.PoissonRegressor).
PoissonRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn QuantileRegressor (hub key sklearn.QuantileRegressor).
QuantileRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn RANSACRegressor (hub key sklearn.RANSACRegressor).
RANSACRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn Ridge (hub key sklearn.Ridge).
Wraps Ridge. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: alpha, solver.
__init__( self, **params, )
scikit-learn RidgeCV (hub key sklearn.RidgeCV).
RidgeCV. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn SGDRegressor (hub key sklearn.SGDRegressor).
SGDRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn TheilSenRegressor (hub key sklearn.TheilSenRegressor).
TheilSenRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn TweedieRegressor (hub key sklearn.TweedieRegressor).
TweedieRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )