Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 3,732 for 1 (1.12 sec)

  1. fast_logdet — scikit-learn 1.7.2 documentation

    1 ], [ 2 , 8 ]]) >>> fast_logdet...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html
    Thu Oct 09 16:57:48 UTC 2025
      106.4K bytes
      Cache
     
  2. check_increasing — scikit-learn 1.7.2 documenta...

    y = [ 1 , 2 , 3 , 4 , 5 ], [ 2 , 4 , 6...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Thu Oct 09 16:57:49 UTC 2025
      107.2K bytes
      Cache
     
  3. consensus_score — scikit-learn 1.7.2 documentation

    similarity = 'jaccard' ) 1.0 Gallery examples # A demo of...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.consensus_score.html
    Thu Oct 09 16:57:45 UTC 2025
      110.8K bytes
      Cache
     
  4. Hyperparameter — scikit-learn 1.7.2 documentation

    n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Thu Oct 09 16:57:49 UTC 2025
      116.5K bytes
      Cache
     
  5. ExtraTreesClassifier — scikit-learn 1.7.2 docum...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Thu Oct 09 16:57:45 UTC 2025
      167.5K bytes
      Cache
     
  6. RFECV — scikit-learn 1.7.2 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) For a detailed...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Thu Oct 09 16:57:48 UTC 2025
      158.4K bytes
      Cache
     
  7. SGDOneClassSVM — scikit-learn 1.7.2 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Thu Oct 09 16:57:49 UTC 2025
      154.1K bytes
      Cache
     
  8. RandomForestClassifier — scikit-learn 1.7.2 doc...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Thu Oct 09 16:57:45 UTC 2025
      181.9K bytes
      Cache
     
  9. LinearDiscriminantAnalysis — scikit-learn 1.7.2...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Thu Oct 09 16:57:49 UTC 2025
      154.8K bytes
      Cache
     
  10. sklearn.datasets — scikit-learn 1.7.2 documenta...

    make_friedman1 Generate the "Friedman #1" regression problem. make_friedman2...
    scikit-learn.org/stable/api/sklearn.datasets.html
    Thu Oct 09 16:57:47 UTC 2025
      132.3K bytes
      Cache
     
Back to top