- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 821 for book (3.24 sec)
-
BayesianRidge — scikit-learn 1.7.0 documentation
compute_score bool, default=False If True, compute...optimization. fit_intercept bool, default=True Whether to calculate...scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html -
check_X_y — scikit-learn 1.7.0 documentation
bool or list of str, default=False...an error. accept_large_sparse bool, default=True If a CSR, CSC,...scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html -
ARDRegression — scikit-learn 1.7.0 documentation
compute_score bool, default=False If True, compute...the computation. fit_intercept bool, default=True Whether to calculate...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html -
InputTags — scikit-learn 1.7.0 documentation
categorical : bool = False , string : bool = False , dict : bool = False...one_d_array : bool = False , two_d_array : bool = True , three_d_array...scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html -
BallTree — scikit-learn 1.7.0 documentation
breadth_first bool, default=False If True, use...high tolerances. return_log bool, default=False Return the logarithm...scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html -
SGDOneClassSVM — scikit-learn 1.7.0 documentation
coef_init : bool | None | str = '$UNCHANGED$' , offset_init : bool | None...will be taken. fit_intercept bool, default=True Whether the intercept...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html -
Lasso — scikit-learn 1.7.0 documentation
fit_intercept bool, default=True Whether to calculate...to be centered). precompute bool or array-like of shape (n_features,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html -
LassoLarsCV — scikit-learn 1.7.0 documentation
Parameters : fit_intercept bool, default=True Whether to calculate...expected to be centered). verbose bool or int, default=False Sets the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
orthogonal_mp — scikit-learn 1.7.0 documentation
precompute ‘auto’ or bool, default=False Whether to perform...n_samples is very large. copy_X bool, default=True Whether the design...scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html -
robust_scale — scikit-learn 1.7.0 documentation
with_centering bool, default=True If True , center...before scaling. with_scaling bool, default=True If True , scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html