Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 2,911 for 1 (0.07 sec)

  1. fetch_kddcup99 — scikit-learn 1.7.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html
    Fri Jun 06 09:13:47 UTC 2025
      113.8K bytes
      Cache
     
  2. silhouette_score — scikit-learn 1.7.0 documenta...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the mean...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Fri Jun 06 09:13:47 UTC 2025
      116.1K bytes
      Cache
     
  3. plot_release_highlights_1_7_0.ipynb

    Release Highlights for scikit-learn 1.7\n\n.. currentmodule:: sklearn\n\nWe...announce the release of scikit-learn 1.7! Many bug fixes\nand improvements...
    scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0...
    Fri Jun 06 09:13:46 UTC 2025
      6.1K bytes
     
  4. RocCurveDisplay — scikit-learn 1.7.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...([ 0 , 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4 , 0.35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      170.4K bytes
      Cache
     
  5. RadiusNeighborsClassifier — scikit-learn 1.7.0 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Fri Jun 06 09:13:46 UTC 2025
      152.4K bytes
      Cache
     
  6. sklearn.cluster — scikit-learn 1.7.0 documentation

    Popular unsupervised clustering algorithms. User guide. See the Clustering and Biclustering sections for further details.
    scikit-learn.org/stable/api/sklearn.cluster.html
    Fri Jun 06 09:13:47 UTC 2025
      123.1K bytes
      Cache
     
  7. Gaussian Mixture Models — scikit-learn 1.7.0 do...

    Examples concerning the sklearn.mixture module. Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture Density Estimation for a Gaussian mixture GMM Initialization Methods GMM cov...
    scikit-learn.org/stable/auto_examples/mixture/index.html
    Fri Jun 06 09:13:47 UTC 2025
      77.3K bytes
      Cache
     
  8. sklearn.decomposition — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      121.4K bytes
      Cache
     
  9. sklearn.calibration — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      115.4K bytes
      Cache
     
  10. Plot classification boundaries with different S...

    1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ]) # Plotting settings...], [ - 1.5 , - 1.0 ], [ - 1.4 , - 0.9 ], [ - 1.3 , - 1.2 ], [...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Fri Jun 06 09:13:47 UTC 2025
      122.8K bytes
      Cache
     
Back to top