- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 3,230 for 1 (0.19 sec)
-
QuantileTransformer — scikit-learn 1.7.1 docume...
Added in version 1.5: The option None to disable...all strings. Added in version 1.0. See also quantile_transform...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html -
DistanceMetric — scikit-learn 1.7.1 documentation
get_metric ( 'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>>...10.63...] [5.65..., 8.48...] [1.41..., 4.24...]]) Available Metrics...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
train_test_split — scikit-learn 1.7.1 documenta...
1 3.5 1.4 0.2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6...4.2 1.3 105 7.6 3.0 6.6 2.1 66 5.6 3.0 4.5 1.5 0 5.1 3.5 1.4 0.2...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
2.3. Clustering — scikit-learn 1.7.1 documentation
1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...0 , 0 , 1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...scikit-learn.org/stable/modules/clustering.html -
Time-related feature engineering — scikit-learn...
spring 0 1 0 False 6 False clear 9.84 14.395 0.81 0.0000 1 spring...spring 0 1 1 False 6 False clear 9.02 13.635 0.80 0.0000 2 spring...scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
Introducing the set_output API — scikit-learn 1...
798301 -1.271411 -1.327605 12 -1.244466 -0.086944 -1.327407 -1.459074...60 5.0 2.0 3.5 1.0 1 4.9 3.0 1.4 0.2 8 4.4 2.9 1.4 0.2 93 5.0 2.3...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
fowlkes_mallows_score — scikit-learn 1.7.1 docu...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> fowlkes_mallows_score...fowlkes_mallows_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
Image denoising using dictionary learning — sci...
raccoon_face [ 1 :: 4 , :: 4 ] + raccoon_face [:: 4 , 1 :: 4 ] + raccoon_face...raccoon_face [ 1 :: 4 , 1 :: 4 ] ) raccoon_face /= 4.0 height...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html -
SelectorMixin — scikit-learn 1.7.1 documentation
shape [ 1 ] ... return self ... def _get_support_mask..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html -
Demo of affinity propagation clustering algorit...
centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...0 ]], [ cluster_center [ 1 ], x [ 1 ]], color = col [ "color"...scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html