Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1291 - 1300 of over 10,000 for 2 (5.32 seconds)

Filter
  1. 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
    Tue Mar 17 03:44:39 UTC 2026
      14K bytes
      Cache
     
  2. 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
    Tue Mar 17 03:44:39 UTC 2026
      14K bytes
      Cache
     
  3. 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
    Tue Mar 17 03:44:36 UTC 2026
      17.4K bytes
      Cache
     
  4. 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
    Tue Mar 17 03:44:39 UTC 2026
      20.5K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:36 UTC 2026
      25.5K bytes
      1 views
     
  6. 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/
    Tue Feb 17 06:29:06 UTC 2026
      166.8K bytes
      Cache
     
  7. 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/
    Tue Mar 17 04:31:56 UTC 2026
      22.2K bytes
      Cache
     
  8. contingency_matrix — scikit-learn 1.8.0 documen...

    2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 , 2 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html
    Tue Mar 17 03:44:39 UTC 2026
      13.5K bytes
      Cache
     
  9. 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
    Tue Mar 17 03:44:39 UTC 2026
      17.4K bytes
      Cache
     
  10. 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
    Tue Mar 17 03:44:36 UTC 2026
      33.2K bytes
      Cache
     
Back to Top