- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1201 - 1210 of over 10,000 for 2 (0.48 seconds)
-
inplace_csr_row_normalize_l1 — scikit-lea...
2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
manhattan_distances — scikit-learn 1.8.0 ...
2 ], [ 3 , 4 ]], [[ 1 , 2 ], [ 0 , 3 ]]) array([[0., 2.],...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html -
1.10. Decision Trees — scikit-learn 1.8.0...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>>...>>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html -
pair_confusion_matrix — scikit-learn 1.8....
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 -
Factor Analysis (with rotation) to visualize pa...
scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html -
One-class SVM with non-linear kernel (RBF) R...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html -
NMF — scikit-learn 1.8.0 documentation
||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.NMF.html -
auto_examples_jupyter.zip
- l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2\n mask...1,\n figsize=(4 * 2.2, n_classifiers * 2.2),\n)\nevaluation_results...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
Release Highlights for scikit-learn 0.24 —...
2. From 1.2, use # PartialDependenceDis...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
LeaveOneGroupOut — scikit-learn 1.8.0 doc...
Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1], group=[1...group=[1 1] Test: index=[2 3], group=[2 2] get_metadata_routing...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html