Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 2,897 for 1 (0.28 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
    Tue Nov 04 06:34:51 UTC 2025
      114.8K bytes
      Cache
     
  2. Roadmap — scikit-learn 1.7.2 documentation

    cross-version safety from version 1.0. Note: Gael and Olivier think...
    scikit-learn.org/stable/roadmap.html
    Tue Nov 04 06:34:51 UTC 2025
      31.9K bytes
      Cache
     
  3. Release History — scikit-learn 1.7.2 documentation

    Version 1.2.0 Version 1.1 Version 1.1.3 Version 1.1.2 Version 1.1.1...1.1.1 Version 1.1.0 Version 1.0 Version 1.0.2 Version 1.0.1 Version...
    scikit-learn.org/stable/whats_new.html
    Tue Nov 04 06:34:51 UTC 2025
      32.9K bytes
      Cache
     
  4. fetch_20newsgroups_vectorized — scikit-learn 1....

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load and vectorize...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Nov 03 14:20:03 UTC 2025
      118.2K bytes
      Cache
     
  5. Feature discretization — scikit-learn 1.7.2 doc...

    logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (..."linearsvc__C" : np . logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue Nov 04 06:34:51 UTC 2025
      128.7K bytes
      Cache
     
  6. Classifier comparison — scikit-learn 1.7.2 docu...

    C = 1 , random_state = 42 ), GaussianProcessClass ( 1.0 * RBF...max_features = 1 , random_state = 42 ), MLPClassifier ( alpha = 1 , max_iter...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Tue Nov 04 06:34:51 UTC 2025
      114.3K bytes
      Cache
     
  7. resample — scikit-learn 1.7.2 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Sat Nov 01 09:15:33 UTC 2025
      112.7K bytes
      Cache
     
  8. MultiTaskLassoCV — scikit-learn 1.7.2 documenta...

    since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Tue Nov 04 06:34:51 UTC 2025
      162.8K bytes
      Cache
     
  9. PredefinedSplit — scikit-learn 1.7.2 documentation

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Tue Nov 04 06:34:51 UTC 2025
      115.7K bytes
      Cache
     
  10. LeavePGroupsOut — scikit-learn 1.7.2 documentation

    Test: index=[0 1], group=[1 2] Fold 1: Train: index=[1], group=[2]...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Tue Nov 04 06:34:51 UTC 2025
      122.6K bytes
      Cache
     
Back to top