- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 825 for book (0.68 sec)
-
lars_path — scikit-learn 1.7.1 documentation
bool, ndarray of shape (n_features,...'lasso' for the Lasso. copy_X bool, default=True If False , X is...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html -
CCA — scikit-learn 1.7.1 documentation
scale bool, default=True Whether to scale...the left singular vector. copy bool, default=True Whether to copy...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
FeatureUnion — scikit-learn 1.7.1 documentation
verbose bool, default=False If True, the...completed. verbose_feature_names_out bool, default=True If True, get_feature_names_out...scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
SGDClassifier — scikit-learn 1.7.1 documentation
fit_intercept bool, default=True Whether the intercept...Added in version 0.19. shuffle bool, default=True Whether or not...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
PLSCanonical — scikit-learn 1.7.1 documentation
scale bool, default=True Whether to scale...the left singular vector. copy bool, default=True Whether to copy...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html -
LarsCV — scikit-learn 1.7.1 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.LarsCV.html -
TargetTags — scikit-learn 1.7.1 documentation
TargetTags ( required : bool , one_d_labels : bool = False , two_d_labels...two_d_labels : bool = False , positive_only : bool = False , multi_output...scikit-learn.org/stable/modules/generated/sklearn.utils.TargetTags.html -
load_breast_cancer — scikit-learn 1.7.1 documen...
Parameters : return_X_y bool, default=False If True, returns...Added in version 0.18. as_frame bool, default=False If True, the...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html -
QuantileTransformer — scikit-learn 1.7.1 docume...
ignore_implicit_zeros bool, default=False Only applies...function calls. See Glossary . copy bool, default=True Set to False to...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html -
check_estimator — scikit-learn 1.7.1 documentation
legacy : bool = True , expected_failed_checks...instance to check. generate_only bool, default=False When False ,...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html