- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1221 - 1230 of over 10,000 for 1 (0.42 seconds)
-
check_symmetric — scikit-learn 1.7.2 docu...
1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>>...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html -
Examples — scikit-learn 1.8.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.8 Release Highlights for scikit-learn 1.8 Release...scikit-learn.org/stable/auto_examples/index.html -
LeaveOneGroupOut — scikit-learn 1.8.0 doc...
index=[0 1], group=[1 1] Fold 1: Train: index=[0 1], group=[1 1] Test:...([ 1 , 2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
inplace_csr_row_normalize_l2 — scikit-lea...
1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
chi2_kernel — scikit-learn 1.8.0 document...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
ndcg_score — scikit-learn 1.8.0 documenta...
1.1 , 1. , .5 , .0 ]]) >>>...scores = np . asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
mutual_info_score — scikit-learn 1.8.0 do...
1 , 1 , 0 , 1 , 0 ] >>> labels_pred = [ 0 , 1 , 0...as: \[MI(U,V)=\sum_{i=1}^{|U|} \sum_{j=1}^{|V|} \frac{|U_i\cap...scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html -
Principal Component Regression vs Partial Least...
axes [ 1 ] . scatter ( X . dot ( pca . components_ [ 1 ]), y ,.... scatter ( X [:, 0 ], X [:, 1 ], alpha = 0.3 , label = "samples"...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
GraphicalLasso — scikit-learn 1.8.0 docum...
1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>>...the data X . Added in version 1.3. tol float, default=1e-4 The...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html -
TruncatedSVD — scikit-learn 1.8.0 documen...
Added in version 1.1. power_iteration_normalizer {‘auto’,...more details. Added in version 1.1. random_state int, RandomState...scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html