Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 1,824 for document (0.93 sec)

  1. sklearn.preprocessing — scikit-learn 1.5.2 docu...

    Methods for scaling, centering, normalization, binarization, and more. User guide. See the Preprocessing data section for further details.
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Fri Nov 22 23:53:26 UTC 2024
      124.3K bytes
      Cache
     
  2. get_scorer — scikit-learn 1.5.2 documentation

    Gallery examples: Release Highlights for scikit-learn 1.4 Post-tuning the decision threshold for cost-sensitive learning
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Fri Nov 22 23:53:26 UTC 2024
      109.2K bytes
      Cache
     
  3. load_iris — scikit-learn 1.5.2 documentation

    Gallery examples: Release Highlights for scikit-learn 1.2 Release Highlights for scikit-learn 0.24 Release Highlights for scikit-learn 0.22 Plot classification probability K-means Clustering Plot H...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Fri Nov 22 23:53:26 UTC 2024
      135.1K bytes
      Cache
     
  4. k_means — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub k_means # sklearn.cluster. k_means ( X , n_clusters , * , sample_wei...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Fri Nov 22 23:53:27 UTC 2024
      115.4K bytes
      Cache
     
  5. check_memory — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub check_memory # sklearn.utils.validation. check_memory ( memory ) [so...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_memory.html
    Fri Nov 22 23:53:26 UTC 2024
      105.2K bytes
      Cache
     
  6. config_context — scikit-learn 1.5.2 documentation

    Gallery examples: Introducing the set_output API
    scikit-learn.org/stable/modules/generated/sklearn.config_context.html
    Fri Nov 22 23:53:27 UTC 2024
      115.6K bytes
      Cache
     
  7. partial_dependence — scikit-learn 1.5.2 documen...

    Gallery examples: Partial Dependence and Individual Conditional Expectation Plots
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Fri Nov 22 23:53:26 UTC 2024
      126.5K bytes
      Cache
     
  8. sklearn.exceptions — scikit-learn 1.5.2 documen...

    Custom warnings and errors used across scikit-learn.
    scikit-learn.org/stable/api/sklearn.exceptions.html
    Fri Nov 22 23:53:27 UTC 2024
      115.7K bytes
      Cache
     
  9. Probability calibration of classifiers — scikit...

    When performing classification you often want to predict not only the class label, but also the associated probability. This probability gives you some kind of confidence on the prediction. However...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Sat Nov 23 04:49:15 UTC 2024
      105.6K bytes
      Cache
     
  10. Univariate Feature Selection — scikit-learn 1.5...

    This notebook is an example of using univariate feature selection to improve classification accuracy on a noisy dataset. In this example, some noisy (non informative) features are added to the iris...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Sat Nov 23 04:49:16 UTC 2024
      101.4K bytes
      Cache
     
Back to top