- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 3,483 for 1 (0.09 sec)
-
Faces dataset decompositions — scikit-learn 1.6...
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.6.0 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 -
max_error — scikit-learn 1.7.dev0 documentation
1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ] >>> max_error...( y_true , y_pred ) np.int64(1) On this page Show Source...scikit-learn.org/dev/modules/generated/sklearn.metrics.max_error.html -
Version 0.15 — scikit-learn 1.7.dev0 documentation
Ben-Meshulam 1 Yury V. Zaytsev 1 adrinjalali 1 ai8rahim 1 alemagnani 1 alex...jamestwebber 1 matrixorz 1 popo 1 samuela 1 François Boulogne 1 Alexander...scikit-learn.org/dev/whats_new/v0.15.html -
type_of_target — scikit-learn 1.6.0 documentation
1 , 0.6 ]) 'continuous' >>> type_of_target ([ 1 , - 1 , -...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html -
Configuration | APM Java Agent Reference [1.x] ...
recording ( [ 1.15.0 ] Added in 1.15.0. ) enabled ( [ 1.18.0 ] Added...Added in 1.18.0. ) instrument ( [ 1.0.0 ] Added in 1.0.0. Changing...www.elastic.co/guide/en/apm/agent/java/current/configuration.html -
Demo of DBSCAN clustering algorithm — scikit-le...
centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...len ( set ( labels )) - ( 1 if - 1 in labels else 0 ) n_noise_...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html -
Version 0.24 — scikit-learn 1.7.dev0 documentation
deprecated and will be removed in 1.1 (renaming of 0.26). #17864 by...grid_scores_ will be removed in version 1.1 (renaming of 0.26). #16392 by...scikit-learn.org/dev/whats_new/v0.24.html -
Spectral clustering for image segmentation — sc...
[ 0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...[ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html