- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1291 - 1300 of over 10,000 for 2 (5.32 seconds)
Filter
-
radius_neighbors_graph — scikit-learn 1.8.0 doc...
p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html -
confusion_matrix_at_thresholds — scikit-learn 1...
array([2., 1., 1., 0.]) >>> fps array([0., 1., 1., 2.]) >>> fns...0.]) >>> tps array([1., 1., 2., 2.]) >>> thresholds array([0.8...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html -
Detection error tradeoff (DET) curve — scikit-l...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...ax_det ] = plt . subplots ( 1 , 2 , figsize = ( 11 , 5 )) ax_roc...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
KMeans — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
linear_model.rst.txt
\frac{n}{2} \log(2 \pi) - \frac{n}{2} \log(\sigma^2) - \frac{\sum_{i=1}^{n}...- \hat{y}_i)^2}{2\sigma^2} where :math:`\sigma^2` is an estimate...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
Introduction to Node package manager - IBM Deve...
├── chalk@ 2.4 .1 deduped │ │ ├── esutils@ 2.0 .2 deduped │ │...│ │ └─┬ uri- js@ 4.2 .2 │ │ └── punycode@ 2.1 .1 │ ├─┬ babel-code-...developer.ibm.com/learningpaths/get-started-nodejs/learn-about-npm/ -
Build a multilingual language detection and tra...
system By Bhavishya Pandit Like 2 Save On this page IBM watsonx.ai...for 5 languages 1. English: eng 2. French: fra 3. Spanish: spa 4....developer.ibm.com/articles/awb-build-multilingual-language-detection-translation-system/ -
contingency_matrix — scikit-learn 1.8.0 documen...
scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
Selecting the number of clusters with silhouett...
and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html -
Visualizing the probabilistic predictions of a ...
SplineTransformer ( degree = 2 , n_knots = 2 ), PolynomialFeatures (...SplineTransformer(degree=2, n_knots=2)), ('polynomialfeatures',...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html