Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 3,476 for 1 (0.07 sec)

  1. 1.4. Support Vector Machines — scikit-learn 1.6...

    “0 vs 1”, “0 vs 2” , … “0 vs n”, “1 vs 2”, “1 vs 3”, “1 vs n”,...vectors \(v^{0}_1, v^{1}_1\) and \(v^{0}_2, v^{1}_2\) respectively....
    scikit-learn.org/stable/modules/svm.html
    Sun Dec 29 18:15:57 UTC 2024
      124.5K bytes
      Cache
     
  2. 1.11. Ensembles: Gradient boosting, random fore...

    Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...= [[ 1 , 0 ], ... [ 1 , 0 ], ... [ 1 , 0 ], ... [ 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/ensemble.html
    Sun Dec 29 18:15:57 UTC 2024
      230.7K bytes
      Cache
     
  3. RBFSampler — scikit-learn 1.6.0 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Sat Dec 28 01:59:45 UTC 2024
      131.1K bytes
      Cache
     
  4. QuadraticDiscriminantAnalysis — scikit-learn 1....

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/dev/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnalysi...
    Mon Dec 09 18:03:46 UTC 2024
      141.7K bytes
      Cache
      Similar Results (1)
     
  5. NearestCentroid — scikit-learn 1.7.dev0 documen...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/dev/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Dec 09 18:03:45 UTC 2024
      136.7K bytes
      Cache
      Similar Results (1)
     
  6. LatentDirichletAllocation — scikit-learn 1.6.0 ...

    evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html
    Sun Dec 29 18:15:57 UTC 2024
      152.9K bytes
      Cache
      Similar Results (1)
     
  7. Version 1.1 — scikit-learn 1.6.0 documentation

    Version 1.1.0 # May 2022 Minimal dependencies # Version 1.1.0 of...#23273 by Thomas Fan . Version 1.1.1 # May 2022 Changelog # Enhancement...
    scikit-learn.org/stable/whats_new/v1.1.html
    Sun Dec 29 18:15:57 UTC 2024
      286.5K bytes
      Cache
      Similar Results (1)
     
  8. 1. Supervised learning — scikit-learn 1.6.0 doc...

    version 1. Supervised learning # 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...
    scikit-learn.org/stable/supervised_learning.html
    Sun Dec 29 18:15:57 UTC 2024
      46.6K bytes
      Cache
     
  9. SVR — scikit-learn 1.6.0 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Sat Dec 28 01:59:46 UTC 2024
      147.2K bytes
      Cache
     
  10. TfidfVectorizer — scikit-learn 1.6.0 documentation

    ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Sun Dec 29 18:15:56 UTC 2024
      149.3K bytes
      Cache
      Similar Results (1)
     
Back to top