- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 771 for book (0.2 sec)
-
RANSACRegressor — scikit-learn 1.6.1 documentation
inlier_mask_ bool array of shape [n_samples] Boolean...estimator. Parameters : deep bool, default=True If True, will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
TfidfTransformer — scikit-learn 1.6.1 documenta...
use_idf bool, default=True Enable invers...False, idf(t) = 1. smooth_idf bool, default=True Smooth idf weights...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html -
StackingClassifier — scikit-learn 1.6.1 documen...
passthrough bool, default=False When False, only...parameter. Parameters : deep bool, default=True Setting it to...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.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 -
fetch_california_housing — scikit-learn 1.6.1 d...
download_if_missing bool, default=True If False, raise...the source site. return_X_y bool, default=False If True, returns...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html -
Sum — 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.Sum.html -
TheilSenRegressor — scikit-learn 1.6.1 document...
Parameters : fit_intercept bool, default=True Whether to calculate...used in calculations. copy_X bool, default=True If True, X will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.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 -
RidgeClassifier — scikit-learn 1.6.1 documentation
fit_intercept bool, default=True Whether to calculate...be already centered). copy_X bool, default=True If True, X will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
SelectorMixin — scikit-learn 1.6.1 documentation
dtype = bool ) ... mask [: 2 ] = True # select...selected. Parameters : indices bool, default=False If True, the...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html