- Sort Score
- Num 10 results
- Language All
- Labels All
Results 601 - 610 of 4,777 for book (0.77 seconds)
-
CCA — scikit-learn 1.8.0 documentation
scale bool, default=True Whether to scale...the left singular vector. copy bool, default=True Whether to copy...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
LassoCV — scikit-learn 1.8.0 documentation
fit_intercept bool, default=True Whether to calculate...centered). precompute ‘auto’, bool or array-like of shape (n_features,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Feature transformations with ensembles of trees...
None verbose verbose: bool, default=False If True, the...sparse_output sparse_output: bool, default=True Whether or not...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html -
Release Highlights for scikit-learn 1.8 —...
"Fit took { elapsed : .2f } seconds" ) Fit took 0.17 seconds...coefficients to zero early on and not look at them again. The stronger...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_8_0.html -
Sample pipeline for text feature extraction and...
None verbose verbose: bool, default=False If True, the.... None lowercase lowercase: bool, default=True Convert all characters...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
MultiTaskElasticNetCV — scikit-learn 1.8....
fit_intercept bool, default=True Whether to calculate...from 3-fold to 5-fold. copy_X bool, default=True If True , X will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html -
Perceptron — scikit-learn 1.8.0 documenta...
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.Perceptron.html -
HistGradientBoostingClassifier — scikit-l...
sample_weight_val : bool | None | str = '$UNCHANGED$' , y_val : bool | None...categorical_features array-like of {bool, int, str} of shape (n_features)...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html -
StandardScaler — scikit-learn 1.8.0 docum...
features do not more or less look like standard normally distributed...User Guide . Parameters : copy bool, default=True If False, try...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html -
Plot individual and voting regression predictio...
None verbose verbose: bool, default=False If True, the...features to consider when looking for the best split: - If int,...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html