Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 2,274 for 2 (0.24 sec)

  1. GroupShuffleSplit — scikit-learn 1.7.0 document...

    0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Fri Jun 06 09:13:47 UTC 2025
      128.4K bytes
      Cache
     
  2. make_blobs — scikit-learn 1.7.0 documentation

    2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0]) Gallery...shape ) (10, 2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Fri Jun 06 09:13:47 UTC 2025
      130.3K bytes
      Cache
     
  3. RepeatedStratifiedKFold — scikit-learn 1.7.0 do...

    index=[1 2] Fold 2: Train: index=[1 3] Test: index=[0 2] Fold 3:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Fri Jun 06 09:13:46 UTC 2025
      121.6K bytes
      Cache
     
  4. Personal relationship responses to AI | MetaFilter

    by Artful Codger at 2:08 PM on May 13 [ 2 favorites ] ”Mark Zuckerberg...posted by phooky at 2:22 PM on May 13 [ 2 favorites ] I actually...
    www.metafilter.com/208762/Personal-relationship-responses-to-AI
    Wed May 14 00:55:39 UTC 2025
      56.6K bytes
      Cache
     
  5. OneHotEncoder — scikit-learn 1.7.0 documentation

    Features with 1 or more than 2 categories are left intact. array...(CSR) format. Added in version 1.2: sparse was renamed to sparse_output...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Fri Jun 06 09:13:47 UTC 2025
      168.2K bytes
      Cache
     
  6. mean_tweedie_deviance — scikit-learn 1.7.0 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...>= 0 and y_pred > 0. 1 < p < 2 : Compound Poisson distribution....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Fri Jun 06 09:13:46 UTC 2025
      109.2K bytes
      Cache
     
  7. LinearDiscriminantAnalysis — scikit-learn 1.7.0...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Fri Jun 06 09:13:46 UTC 2025
      155K bytes
      Cache
     
  8. HashingVectorizer — scikit-learn 1.7.0 document...

    2) means unigrams and bigrams, and (2, 2) means only...n_features is large enough (e.g. 2 ** 18 for text classification...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Fri Jun 06 09:13:46 UTC 2025
      144.7K bytes
      Cache
     
  9. VotingClassifier — scikit-learn 1.7.0 documenta...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Fri Jun 06 09:13:47 UTC 2025
      152.9K bytes
      Cache
     
  10. roc_curve — scikit-learn 1.7.0 documentation

    2 , 2 ]) >>> scores = np . array ([...Returns : fpr ndarray of shape (>2,) Increasing false positive rates...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Fri Jun 06 09:13:47 UTC 2025
      117K bytes
      Cache
     
Back to top