- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 2,897 for 1 (0.08 sec)
-
Segmenting the picture of greek coins in region...
1.73s Spectral clustering: discretize, 1.60s Spectral...the # actual image. For beta=1, the segmentation is close to...scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html -
power_transform — scikit-learn 1.7.2 documentation
'box-cox' )) [[-1.332 -0.707] [ 0.256 -0.707] [ 1.076 1.414]] Warning...Available methods are: ‘yeo-johnson’ [1] , works with positive and negative...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.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 -
column_or_1d — scikit-learn 1.7.2 documentation
>>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page This...type for y . Added in version 1.2. warn bool, default=False To...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html -
Importance of Feature Scaling — scikit-learn 1....
0 and 1,000; whereas the variable “hue” varies between 1 and 10....it has a standard deviation of 1 and a mean of 0. Even if tree...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
Comparing Linear Bayesian Regressors — scikit-l...
1 , n_samples ) * 1.35 y = np . sqrt ( X...: y }) X = X . reshape (( - 1 , 1 )) # extrapolation X_plot =...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
plot_release_highlights_1_7_0.zip
plot_release_highlights_1_7_0.py # ruff: noqa: CPY001 """ ==========...Release Highlights for scikit-learn 1.7 ========== .. currentmodule::...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0... -
Feature transformations with ensembles of trees...
0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...0.0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html -
Faces dataset decompositions — scikit-learn 1.7...
mean ( axis = 1 ) . reshape ( n_samples , - 1 ) print ( "Dataset...n_components = n_components , alpha = 0.1 , max_iter = 100 , batch_size...scikit-learn.org/stable/auto_examples/decomposition/plot_faces_decomposition.html -
4. Metadata Routing — scikit-learn 1.7.2 docume...
1.1. Weighted scoring and fitting...>>> param_grid = { "C" : [ 0.1 , 1 ]} >>> lr = LogisticRegression...scikit-learn.org/stable/metadata_routing.html