Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 3,264 for 2 (0.24 sec)

  1. Version 1.1 — scikit-learn 1.7.2 documentation

    2+. Optional minimal dependency is matplotlib 3.1.2+. Changed...the latest SciPy release >= 1.9.2. Notable changes include: Fix...
    scikit-learn.org/stable/whats_new/v1.1.html
    Sun Sep 21 07:22:52 UTC 2025
      286.7K bytes
      Cache
     
  2. maxabs_scale — scikit-learn 1.7.2 documentation

    maxabs_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Wed Sep 24 16:15:25 UTC 2025
      109.8K bytes
      Cache
     
  3. top_k_accuracy_score — scikit-learn 1.7.2 docum...

    2 , 2 ]) >>> y_score = np . array ([[ 0.5 , 0.2 , 0.2 ], #...top 2 ... [ 0.3 , 0.4 , 0.2 ], # 1 is in top 2 ... [ 0.2 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Wed Sep 24 16:15:26 UTC 2025
      112.5K bytes
      1 views
      Cache
     
  4. 7.6. Random Projection — scikit-learn 1.7.2 doc...

    2. Gaussian random projection #...
    scikit-learn.org/stable/modules/random_projection.html
    Tue Sep 23 15:14:23 UTC 2025
      48.4K bytes
      Cache
     
  5. Version 0.20 — scikit-learn 1.7.2 documentation

    scikit-learn to support Python 2.7 and Python 3.4. Scikit-learn...upgraded from 0.13.0 to 0.13.2. sklearn.cluster # Fix Fixed a...
    scikit-learn.org/stable/whats_new/v0.20.html
    Sun Sep 21 07:22:52 UTC 2025
      309.4K bytes
      Cache
     
  6. sklearn.cluster — scikit-learn 1.7.2 documentation

    Popular unsupervised clustering algorithms. User guide. See the Clustering and Biclustering sections for further details.
    scikit-learn.org/stable/api/sklearn.cluster.html
    Wed Sep 24 16:15:24 UTC 2025
      123.1K bytes
      Cache
     
  7. sklearn.decomposition — scikit-learn 1.7.2 docu...

    Matrix decomposition algorithms. These include PCA, NMF, ICA, and more. Most of the algorithms of this module can be regarded as dimensionality reduction techniques. User guide. See the Decomposing...
    scikit-learn.org/stable/api/sklearn.decomposition.html
    Wed Sep 24 16:15:24 UTC 2025
      121.4K bytes
      Cache
     
  8. shrunk_covariance — scikit-learn 1.7.2 document...

    Skip to main content Back to top Ctrl + K GitHub Choose version shrunk_covariance # sklearn.covariance. shrunk_covari...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html
    Wed Sep 24 16:15:24 UTC 2025
      108.5K bytes
      Cache
     
  9. sklearn.calibration — scikit-learn 1.7.2 docume...

    Methods for calibrating predicted probabilities. User guide. See the Probability calibration section for further details. Visualization:
    scikit-learn.org/stable/api/sklearn.calibration.html
    Wed Sep 24 16:15:26 UTC 2025
      115.4K bytes
      Cache
     
  10. fetch_20newsgroups — scikit-learn 1.7.2 documen...

    Gallery examples: Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation Biclustering documents with the Spectral Co-clustering algorithm Column Transformer with He...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Wed Sep 24 16:15:24 UTC 2025
      119.5K bytes
      Cache
     
Back to top