- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 591 - 600 of 3,247 for 2 (0.18 sec)
-
explained_variance_score — scikit-learn 1.7.2 d...
y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> ...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html -
Comparison of Manifold Learning methods — sciki...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 7 , 7 ), facecolor...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html -
pair_confusion_matrix — scikit-learn 1.7.2 docu...
2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2], [0, 2]]... Note...confusion matrix \(C\) computes a 2 by 2 similarity matrix between two...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
Release Highlights for scikit-learn 1.6 — sciki...
2 Release Highlights for scikit-learn 1.2 Release Highlights...introduced in scikit-learn version 1.2) was previously limited to binary...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html -
Gradient Boosting Out-of-Bag estimates — scikit...
staged_predict_proba ( X_test )): score [ i ] = 2 * log_loss ( y_test , y_proba...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
SVM: Weighted samples — scikit-learn 1.7.2 docu...
n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
inplace_swap_row — scikit-learn 1.7.2 documenta...
2 , 3 , 3 , 3 ]) >>> indices = np . array ([ 0 , 2 , 2 ])...>>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html -
SparsePCA — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html -
non_negative_factorization — scikit-learn 1.7.2...
||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html -
PLSSVD — scikit-learn 1.7.2 documentation
[ 2. , 2. , 2. ], ... [ 2. , 5. , 4. ]]) >>>...([[ 0.1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9 ], ... [...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html