Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 2,632 for 2 (0.07 sec)

  1. fetch_species_distributions — scikit-learn 1.5....

    Gallery examples: Species distribution modeling Kernel Density Estimate of Species Distributions
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu Sep 19 14:56:28 UTC 2024
      112K bytes
      Cache
     
  2. load_sample_image — scikit-learn 1.5.2 document...

    Gallery examples: Color Quantization using K-Means
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_image.html
    Thu Sep 19 14:56:28 UTC 2024
      106.9K bytes
      Cache
     
  3. Plot individual and voting regression predictio...

    A voting regressor is an ensemble meta-estimator that fits several base regressors, each on the whole dataset. Then it averages the individual predictions to form a final prediction. We will use th...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html
    Fri Sep 20 10:21:47 UTC 2024
      108.7K bytes
      Cache
     
  4. Examples based on real world datasets — scikit-...

    Applications to real world problems with some medium sized datasets or interactive user interface. Compressive sensing: tomography reconstruction with L1 prior (Lasso) Faces recognition example usi...
    scikit-learn.org/stable/auto_examples/applications/index.html
    Fri Sep 20 10:21:47 UTC 2024
      84.2K bytes
      Cache
     
  5. fetch_20newsgroups_vectorized — scikit-learn 1....

    Gallery examples: Model Complexity Influence Multiclass sparse logistic regression on 20newgroups The Johnson-Lindenstrauss bound for embedding with random projections
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Fri Sep 20 10:21:48 UTC 2024
      117.5K bytes
      Cache
     
  6. sklearn.naive_bayes — scikit-learn 1.5.2 docume...

    Naive Bayes algorithms. These are supervised learning methods based on applying Bayes’ theorem with strong (naive) feature independence assumptions. User guide. See the Naive Bayes section for furt...
    scikit-learn.org/stable/api/sklearn.naive_bayes.html
    Fri Sep 20 10:21:48 UTC 2024
      115.1K bytes
      Cache
     
  7. sklearn.kernel_approximation — scikit-learn 1.5...

    Approximate kernel feature maps based on Fourier transforms and count sketches. User guide. See the Kernel Approximation section for further details.
    scikit-learn.org/stable/api/sklearn.kernel_approximation.html
    Fri Sep 20 10:21:48 UTC 2024
      115.3K bytes
      Cache
     
  8. register_parallel_backend — scikit-learn 1.5.2 ...

    Skip to main content Back to top Ctrl + K GitHub register_parallel_backend # sklearn.utils. register_parallel_backend...
    scikit-learn.org/stable/modules/generated/sklearn.utils.register_parallel_backend.html
    Fri Sep 20 10:21:48 UTC 2024
      104.4K bytes
      Cache
     
  9. Installing the development version of scikit-le...

    2.0), threadpoolctl (>= 3.1.0)....tests requires: pytest >= 7.1.2 Some tests also require pandas...
    scikit-learn.org/stable/developers/advanced_installation.html
    Fri Sep 20 10:21:50 UTC 2024
      57.7K bytes
      1 views
      Cache
     
  10. Post-tuning the decision threshold for cost-sen...

    # (2) in Elkan paper [2]_. gain_matrix = np...metric" , ) axs [ 2 ] . legend () axs [ 2 ] . set_xlabel ( "Decision...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Fri Sep 20 10:21:48 UTC 2024
      224.2K bytes
      Cache
     
Back to top