Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 3,487 for 1 (0.08 sec)

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

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>..., degree = 2 ) array([[1. , 1. ], [1.77..., 2.77...]]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Fri Nov 01 07:27:40 UTC 2024
      107.1K bytes
      Cache
     
  2. Semi Supervised Classification — scikit-learn 1...

    Examples concerning the sklearn.semi_supervised module. Decision boundary of semi-supervised classifiers versus SVM on the Iris dataset Effect of varying threshold for self-training Label Propagati...
    scikit-learn.org/stable/auto_examples/semi_supervised/index.html
    Fri Nov 01 07:27:39 UTC 2024
      79.5K bytes
      Cache
     
  3. sklearn.utils — scikit-learn 1.5.2 documentation

    Various utilities to help with development. Developer guide. See the Utilities for Developers section for further details. Input and parameter validation: Functions to validate input and parameters...
    scikit-learn.org/stable/api/sklearn.utils.html
    Fri Nov 01 07:27:41 UTC 2024
      145.2K bytes
      Cache
     
  4. sklearn.svm — scikit-learn 1.5.2 documentation

    Support vector machine algorithms. User guide. See the Support Vector Machines section for further details.
    scikit-learn.org/stable/api/sklearn.svm.html
    Fri Nov 01 07:27:41 UTC 2024
      115.2K bytes
      Cache
     
  5. sklearn.tree — scikit-learn 1.5.2 documentation

    Decision tree based models for classification and regression. User guide. See the Decision Trees section for further details. Exporting: Plotting:
    scikit-learn.org/stable/api/sklearn.tree.html
    Fri Nov 01 07:27:39 UTC 2024
      115.9K bytes
      Cache
     
  6. sklearn.neighbors — scikit-learn 1.5.2 document...

    The k-nearest neighbors algorithms. User guide. See the Nearest Neighbors section for further details.
    scikit-learn.org/stable/api/sklearn.neighbors.html
    Fri Nov 01 07:27:40 UTC 2024
      119.1K bytes
      Cache
     
  7. sklearn.mixture — scikit-learn 1.5.2 documentation

    Mixture modeling algorithms. User guide. See the Gaussian mixture models section for further details.
    scikit-learn.org/stable/api/sklearn.mixture.html
    Fri Nov 01 07:27:40 UTC 2024
      113.4K bytes
      Cache
     
  8. get_config — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub get_config # sklearn. get_config ( ) [source] # Retrieve current val...
    scikit-learn.org/stable/modules/generated/sklearn.get_config.html
    Fri Nov 01 07:27:40 UTC 2024
      104.8K bytes
      Cache
     
  9. sklearn.multiclass — scikit-learn 1.5.2 documen...

    Multiclass learning algorithms. one-vs-the-rest / one-vs-all, one-vs-one, error correcting output codes. The estimators provided in this module are meta-estimators: they require a base estimator to...
    scikit-learn.org/stable/api/sklearn.multiclass.html
    Fri Nov 01 07:27:39 UTC 2024
      115.4K bytes
      Cache
     
  10. sklearn.dummy — scikit-learn 1.5.2 documentation

    Dummy estimators that implement simple rules of thumb. User guide. See the Metrics and scoring: quantifying the quality of predictions section for further details.
    scikit-learn.org/stable/api/sklearn.dummy.html
    Fri Nov 01 07:27:41 UTC 2024
      113.6K bytes
      Cache
     
Back to top