- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 693 for book (0.09 sec)
-
SGDClassifier — scikit-learn 1.6.1 documentation
fit_intercept bool, default=True Whether the intercept...Added in version 0.19. shuffle bool, default=True Whether or not...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
RidgeCV — scikit-learn 1.6.1 documentation
fit_intercept bool, default=True Whether to calculate...training data. store_cv_results bool, default=False Flag indicating...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
CategoricalNB — scikit-learn 1.6.1 documentation
force_alpha bool, default=True If False and alpha...changed to True . fit_prior bool, default=True Whether to learn...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html -
RobustScaler — scikit-learn 1.6.1 documentation
Parameters : with_centering bool, default=True If True , center...fit in memory. with_scaling bool, default=True If True , scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html -
FunctionTransformer — scikit-learn 1.6.1 docume...
validate bool, default=False Indicate that...True to False. accept_sparse bool, default=False Indicate that...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html -
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 -
HistGradientBoostingClassifier — scikit-learn 1...
categorical_features array-like of {bool, int, str} of shape (n_features)...Added in version 1.2. warm_start bool, default=False When set to True...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html -
ExtraTreeRegressor — scikit-learn 1.6.1 documen...
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.ExtraTreeRegressor.html -
dump_svmlight_file — scikit-learn 1.6.1 documen...
zero_based bool, default=True Whether column...svmlight format). multilabel bool, default=False Samples may have...scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html -
LarsCV — scikit-learn 1.6.1 documentation
Parameters : fit_intercept bool, default=True Whether to calculate...expected to be centered). verbose bool or int, default=False Sets the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html