Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 1,826 for document (0.27 sec)

  1. cosine_similarity — scikit-learn 1.5.2 document...

    Gallery examples: Plot classification boundaries with different SVM Kernels
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_similarity.html
    Sat Nov 23 04:49:14 UTC 2024
      108.4K bytes
      Cache
     
  2. sigmoid_kernel — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub sigmoid_kernel # sklearn.metrics.pairwise. sigmoid_kernel ( X , Y = ...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html
    Sat Nov 23 04:49:15 UTC 2024
      106.6K bytes
      Cache
     
  3. fbeta_score — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub fbeta_score # sklearn.metrics. fbeta_score ( y_true , y_pred , * , b...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Sat Nov 23 04:49:14 UTC 2024
      120.1K bytes
      1 views
      Cache
     
  4. linear_kernel — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub linear_kernel # sklearn.metrics.pairwise. linear_kernel ( X , Y = No...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html
    Sat Nov 23 04:49:15 UTC 2024
      106.6K bytes
      Cache
     
  5. 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
    Sat Nov 23 04:49:15 UTC 2024
      124.3K bytes
      Cache
     
  6. 2. Unsupervised learning — scikit-learn 1.5.2 d...

    Gaussian mixture models- Gaussian Mixture, Variational Bayesian Gaussian Mixture., Manifold learning- Introduction, Isomap, Locally Linear Embedding, Modified Locally Linear Embedding, Hessian Eige...
    scikit-learn.org/stable/unsupervised_learning.html
    Fri Nov 22 23:53:26 UTC 2024
      38.2K bytes
      Cache
     
  7. Demonstrating the different strategies of KBins...

    This example presents the different strategies implemented in KBinsDiscretizer: ‘uniform’: The discretization is uniform in each feature, which means that the bin widths are constant in each dimens...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.html
    Sat Nov 23 04:49:15 UTC 2024
      96.2K bytes
      Cache
     
  8. Theil-Sen Regression — scikit-learn 1.5.2 docum...

    Computes a Theil-Sen Regression on a synthetic dataset. See Theil-Sen estimator: generalized-median-based estimator for more information on the regressor. Compared to the OLS (ordinary least square...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Sat Nov 23 04:49:14 UTC 2024
      99K bytes
      Cache
     
  9. Demo of OPTICS clustering algorithm — scikit-le...

    Finds core samples of high density and expands clusters from them. This example uses data that is generated so that the clusters have different densities. The OPTICS is first used with its Xi clust...
    scikit-learn.org/stable/auto_examples/cluster/plot_optics.html
    Sat Nov 23 04:49:15 UTC 2024
      103.4K bytes
      1 views
      Cache
     
  10. Tweedie regression on insurance claims — scikit...

    This example illustrates the use of Poisson, Gamma and Tweedie regression on the French Motor Third-Party Liability Claims dataset, and is inspired by an R tutorial 1. In this dataset, each sample ...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Sat Nov 23 04:49:15 UTC 2024
      174.9K bytes
      Cache
     
Back to top