- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 3,757 for 1 (0.81 sec)
-
dcg_score — scikit-learn 1.7.2 documentation
asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...to have a score between 0 and 1. References Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.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 -
Caching nearest neighbors — scikit-learn 1.7.2 ...
= True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
Successive Halving Iterations — scikit-learn 1....
"max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...min_samples_split 5 min_samples_leaf 1 min_weight_fraction_leaf 0.0 max_features...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.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 -
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... -
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 -
Recursive feature elimination — scikit-learn 1....
n_features_to_select = 1 , step = 1 )), ] ) pipe . fit ( X ,...(( len ( digits . images ), - 1 )) y = digits . target pipe =...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html -
fetch_kddcup99 — scikit-learn 1.7.2 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html -
min_pos — scikit-learn 1.7.2 documentation
- 1 , 2 , 3 , - 4 , 5 ]) >>> min_pos...scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html