- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 755 for book (0.23 sec)
-
GradientBoostingClassifier — scikit-learn 1.6.1...
features to consider when looking for the best split: If int,...number of leaf nodes. warm_start bool, default=False When set to True...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.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 -
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 -
ExtraTreeClassifier — scikit-learn 1.6.1 docume...
When looking for the best split to separate...features to consider when looking for the best split: If int,...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html -
make_multilabel_classification — scikit-learn 1...
allow_unlabeled bool, default=True If True , some...belong to any class. sparse bool, default=False If True , return...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
BiclusterMixin — scikit-learn 1.6.1 documentation
dtype = bool ) ... self . columns_ = np ...., X . shape [ 1 ]), dtype = bool ) ... return self >>> X = np...scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html -
RadiusNeighborsClassifier — scikit-learn 1.6.1 ...
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.RadiusNeighborsClassifier.html -
SVR — scikit-learn 1.6.1 documentation
shrinking bool, default=True Whether to use...kernel cache (in MB). verbose bool, default=False Enable verbose...scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html -
LinearSVR — scikit-learn 1.6.1 documentation
fit_intercept bool, default=True Whether or not...other features. dual “auto” or bool, default=”auto” Select the algorithm...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
GaussianNB — scikit-learn 1.6.1 documentation
Parameters : deep bool, default=True If True, will...set_fit_request ( * , sample_weight : bool | None | str = '$UNCHANGED$'...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html