- Sort Score
- Num 10 results
- Language All
- Labels All
Results 671 - 680 of 4,684 for book (0.73 seconds)
-
dict_learning_online — scikit-learn 1.8.0...
return_code bool, default=True Whether to also...256 in version 1.3. verbose bool, default=False To control the...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning_online.html -
MinCovDet — scikit-learn 1.8.0 documentation
Parameters : store_precision bool, default=True Specify if the...precision is stored. assume_centered bool, default=False If True, the...scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html -
Custom refit strategy of a grid search with cro...
1 to None None refit refit: bool, str, or callable, default=True...return_train_score return_train_score: bool, default=False If ``False``,...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
DecisionTreeClassifier — scikit-learn 1.8...
features to consider when looking for the best split: If int,...sparse csr_matrix . check_input bool, default=True Allow to bypass...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html -
EmpiricalCovariance — scikit-learn 1.8.0 ...
Parameters : store_precision bool, default=True Specifies if the...precision is stored. assume_centered bool, default=False If True, data...scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html -
ExtraTreeClassifier — scikit-learn 1.8.0 ...
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 -
ShrunkCovariance — scikit-learn 1.8.0 doc...
Parameters : store_precision bool, default=True Specify if the...precision is stored. assume_centered bool, default=False If True, data...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
BaggingClassifier — scikit-learn 1.8.0 do...
bootstrap bool, default=True Whether samples...sample_weight . bootstrap_features bool, default=False Whether features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html -
NuSVC — scikit-learn 1.8.0 documentation
shrinking bool, default=True Whether to use...the User Guide . probability bool, default=False Whether to enable...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
parametrize_with_checks — scikit-learn 1....
legacy : bool = True , expected_failed_checks...None = None , xfail_strict : bool | None = None ) [source] # Pytest...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....