- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 776 for book (0.08 sec)
-
is_classifier — scikit-learn 1.6.1 documentation
Returns : out bool True if estimator is a classifier...scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html -
is_clusterer — scikit-learn 1.6.1 documentation
Returns : out bool True if estimator is a clusterer...scikit-learn.org/stable/modules/generated/sklearn.base.is_clusterer.html -
KNeighborsClassifier — scikit-learn 1.6.1 docum...
outputs_2d_ bool False when y ’s shape is (n_samples,...estimator. Parameters : deep bool, default=True If True, will...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
CCA — scikit-learn 1.6.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 -
Birch — scikit-learn 1.6.1 documentation
compute_labels bool, default=True Whether or not...compute labels for each fit. copy bool, default=True Whether or not...scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html -
StackingRegressor — scikit-learn 1.6.1 document...
passthrough bool, default=False When False, only...parameter. Parameters : deep bool, default=True Setting it to...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
ConstantKernel — scikit-learn 1.6.1 documentation
eval_gradient bool, default=False Determines whether...this kernel. Parameters : deep bool, default=True If True, will...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html -
LinearRegression — scikit-learn 1.6.1 documenta...
Parameters : fit_intercept bool, default=True Whether to calculate...expected to be centered). copy_X bool, default=True If True, X will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html -
is_multilabel — scikit-learn 1.6.1 documentation
Returns : out bool Return True , if y is in a multilabel...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html -
check_estimator — scikit-learn 1.6.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