Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1131 - 1140 of over 10,000 for 1 (0.35 seconds)

  1. Gradient Boosting Out-of-Bag estimates — ...

    subsample < 1.0 ), the estimates are derived...y = random_state . binomial ( 1 , p , size = n_samples ) X = np...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Thu Mar 05 14:15:31 UTC 2026
      17.8K bytes
      Cache
     
  2. Pipeline ANOVA SVM — scikit-learn 1.8.0 d...

    versionchanged:: 1.3 The `"auto"` option is added in version 1.3 and will...intercept term: `[x_1, ..., x_n, 1]`, where 1 corresponds to the intercept....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Thu Mar 05 14:15:26 UTC 2026
      24.9K bytes
      Cache
     
  3. DummyRegressor — scikit-learn 1.8.0 docum...

    1.0], default=None The quantile...while 0.0 to the minimum and 1.0 to the maximum. Attributes :...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Thu Mar 05 14:15:30 UTC 2026
      16.7K bytes
      Cache
     
  4. Metadata Routing — scikit-learn 1.8.0 doc...

    array([1., 1., 1.]) Routing Meta-Estimator...ExampleClassifier. array([1., 1., 1.]) Deprecation / Default Value...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Thu Mar 05 14:15:26 UTC 2026
      39.7K bytes
      Cache
     
  5. WhiteKernel — scikit-learn 1.8.0 document...

    WhiteKernel ( noise_level = 1.0 , noise_level_bounds = (1e-05,...: noise_level float, default=1.0 Parameter controlling the noise...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html
    Thu Mar 05 14:15:30 UTC 2026
      15.7K bytes
      Cache
     
  6. Multiclass Receiver Operating Characteristic (R...

    1 ], [ 0 , 1 ], "k--" , label...xlim = ( - 0.01 , 1.01 ), ylim = ( - 0.01 , 1.01 ), ) We confirm...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Thu Mar 05 14:15:29 UTC 2026
      22.7K bytes
      Cache
     
  7. Release Highlights for scikit-learn 0.22 &#8212...

    pclass embarked 0 1 S 1 1 S 2 1 S 3 1 S 4 1 S Checking scikit-learn...array ([ 0 , 1 , 2 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Thu Mar 05 14:15:29 UTC 2026
      20.8K bytes
      Cache
     
  8. SVM: Separating hyperplane for unbalanced class...

    0 ]] clusters_std = [ 1.5 , 0.5 ] X , y = make_blobs (...kernel = "linear" , C = 1.0 ) clf . fit ( X , y ) # fit...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Thu Mar 05 14:15:31 UTC 2026
      15.5K bytes
      Cache
     
  9. 7.9. Transforming the prediction target (y) &#8...

    1, 1, 1], [0, 0, 1, 0, 0], [1, 1, 0, 1, 0], [1, 1, 1, 1,...1, 1], [1, 1, 1, 0, 0]]) For more information about multilabel...
    scikit-learn.org/stable/modules/preprocessing_targets.html
    Thu Mar 05 14:15:30 UTC 2026
      8.2K bytes
      Cache
     
  10. d2_log_loss_score — scikit-learn 1.8.0 do...

    Best possible score is 1.0 and it can be negative (because...User Guide . Added in version 1.5. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html
    Thu Mar 05 14:15:27 UTC 2026
      13.4K bytes
      Cache
     
Back to Top