- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1011 - 1020 of 2,960 for 1 (0.08 sec)
-
non_negative_factorization — scikit-learn 1.6.1...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...n\_samples * ||vec(H)||_1\\ &+ 0.5 * alpha\_W * (1 - l1\_ratio) * n\_features...scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html -
Recognizing hand-written digits — scikit-learn ...
0 0 0 1 0 0 0 0 0] [ 0 88 1 0 0 0 0 0 1 1] [ 0 0 85 1 0 0 0 0...0 0 88 1 0 0 2] [ 0 1 0 0 0 0 90 0 0 0] [ 0 0 0 0 0 1 0 88 0...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
pair_confusion_matrix — scikit-learn 1.6.1 docu...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2],...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
Version 0.17 — scikit-learn 1.6.1 documentation
1 # February 18, 2016 Changelog...meta-estimator with n_jobs > 1 used with a large grid of parameters...scikit-learn.org/stable/whats_new/v0.17.html -
check_X_y — scikit-learn 1.6.1 documentation
ensure_min_samples = 1 , ensure_min_features = 1 , y_numeric = False...>>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ]...scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html -
explained_variance_score — scikit-learn 1.6.1 d...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : score float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html -
Blind source separation using FastICA — scikit-...
array ([[ 1 , 1 , 1 ], [ 0.5 , 2 , 1.0 ], [ 1.5 , 1.0 , 2.0 ]])...models , names ), 1 ): plt . subplot ( 4 , 1 , ii ) plt . title...scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html -
mutual_info_regression — scikit-learn 1.6.1 doc...
means 1 unless in a joblib.parallel_backend context. -1 means...References [ 1 ] Mutual Information on Wikipedia. [ 2 ] ( 1 , 2 ) A....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html -
paired_cosine_distances — scikit-learn 1.6.1 do...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html -
nan_euclidean_distances — scikit-learn 1.6.1 do...
6] and [1, na, 4, 5] is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\]...float ( "NaN" ) >>> X = [[ 0 , 1 ], [ 1 , nan ]] >>> nan_euclidean_distances...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html