Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 3,798 for 1 (0.1 sec)

  1. Release Highlights for scikit-learn 1.0 — sciki...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Fri Sep 12 13:34:50 UTC 2025
      114.8K bytes
      Cache
     
  2. roc_auc_score — scikit-learn 1.7.2 documentation

    classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Fri Sep 12 13:34:49 UTC 2025
      131.3K bytes
      Cache
     
  3. TimeSeriesSplit — scikit-learn 1.7.2 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Fri Sep 12 13:34:53 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  4. LocalOutlierFactor — scikit-learn 1.7.2 documen...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . negative_outlier_factor_...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Fri Sep 12 13:34:53 UTC 2025
      151.4K bytes
      Cache
     
  5. ShuffleSplit — scikit-learn 1.7.2 documentation

    array ([ 1 , 2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Train: index=[1 3 0 4] Test: index=[5 2] Fold 1: Train: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Fri Sep 12 13:34:49 UTC 2025
      124.6K bytes
      Cache
     
  6. VotingClassifier — scikit-learn 1.7.2 documenta...

    ([[ - 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.ensemble.VotingClassifier.html
    Fri Sep 12 13:34:55 UTC 2025
      152.7K bytes
      Cache
     
  7. SparseCoder — scikit-learn 1.7.2 documentation

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Fri Sep 12 13:34:55 UTC 2025
      137.8K bytes
      Cache
     
  8. OneClassSVM — scikit-learn 1.7.2 documentation

    predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Fri Sep 12 13:34:49 UTC 2025
      139.3K bytes
      Cache
     
  9. StratifiedShuffleSplit — scikit-learn 1.7.2 doc...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Sep 12 13:34:49 UTC 2025
      122.5K bytes
      Cache
     
  10. PowerTransformer — scikit-learn 1.7.2 documenta...

    data )) [[-1.316 -0.707] [ 0.209 -0.707] [ 1.106 1.414]] fit (...= ( X * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and lambda_...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Fri Sep 12 13:34:49 UTC 2025
      136.2K bytes
      1 views
      Cache
     
Back to top