- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 776 for book (0.13 sec)
-
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 -
roc_curve — scikit-learn 1.6.1 documentation
bool or str, default=None The label...Sample weights. drop_intermediate bool, default=True Whether to drop...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.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 -
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 -
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 -
auto_examples_jupyter.zip
io/interpretable-ml-book/)\n\n.. [2] For classification...reconstruction.\n\nLet's first have a look to see the difference between...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
lars_path — scikit-learn 1.6.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 -
MultiOutputClassifier — scikit-learn 1.6.1 docu...
Parameters : deep bool, default=True If True, will...set_fit_request ( * , sample_weight : bool | None | str = '$UNCHANGED$'...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html -
DictVectorizer — scikit-learn 1.6.1 documentation
sparse bool, default=True Whether transform...scipy.sparse matrices. sort bool, default=True Whether feature_names_...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.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