- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 691 - 700 of 2,934 for 1 (0.09 sec)
-
Approximate nearest neighbors in TSNE — scikit-...
0 * perplexity + 1 ) + 1 tsne_params = dict ( init =...improved since scikit-learn 1.1. Furthermore, the brute-force...scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html -
Combine predictors using stacking — scikit-lear...
min_samples_leaf 1 min_weight_fraction_leaf 0.0 max_features 1.0 max_leaf_nodes...min_samples_leaf 1 min_weight_fraction_leaf 0.0 max_features 1.0 max_leaf_nodes...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html -
Version 0.21 — scikit-learn 1.7.2 documentation
threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...scikit-learn.org/stable/whats_new/v0.21.html -
SelectFdr — scikit-learn 1.7.2 documentation
Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html -
SelectFwe — scikit-learn 1.7.2 documentation
Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html -
Version 0.20 — scikit-learn 1.7.2 documentation
1} or {-1, 1} through pos_label parameter....PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+ are required. #11010...scikit-learn.org/stable/whats_new/v0.20.html -
check_scalar — scikit-learn 1.7.2 documentation
min_val = 1 , max_val = 20 ) 10 On this page...scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html -
Displaying estimators and complex pipelines — s...
0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...ColumnTransformer(transformers=[('pipeline-1', Pipeline(steps=[('simpleimputer',...scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html -
Underfitting vs. Overfitting — scikit-learn 1.7...
subplot ( 1 , len ( degrees ), i + 1 ) plt . setp ( ax...function (polynomial with degree 1) is not sufficient to fit the...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
parametrize_with_checks — scikit-learn 1.7.2 do...
scikit-learn 1.6 Release Highlights for scikit-learn 1.6 On this...specific category. Added in version 1.6. expected_failed_checks callable,...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....