Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 2,984 for 1 (0.16 sec)

  1. Robust linear model estimation using RANSAC — s...

    n_features = 1 , n_informative = 1 , noise = 10 , coef...normal ( size = ( n_outliers , 1 )) y [: n_outliers ] = - 3 + 10...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Sat Nov 08 10:35:04 UTC 2025
      93.4K bytes
      Cache
     
  2. Frequently Asked Questions — scikit-learn 1.7.2...

    reshape ( - 1 , 1 ) >>> X array([[0], [1], [2]]) >>> # We...'brute' ) (array([0, 1]), array([ 0, 0, -1])) Note that the example...
    scikit-learn.org/stable/faq.html
    Sat Nov 08 10:35:05 UTC 2025
      81.5K bytes
      Cache
     
  3. Version 0.21 — scikit-learn 1.7.2 documentation

    threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...
    scikit-learn.org/stable/whats_new/v0.21.html
    Thu Nov 06 17:51:50 UTC 2025
      210K bytes
      Cache
     
  4. Displaying estimators and complex pipelines — s...

    0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...ColumnTransformer(transformers=[('pipeline-1', Pipeline(steps=[('simpleimputer',...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html
    Sat Nov 08 01:06:55 UTC 2025
      131.3K bytes
      Cache
     
  5. parametrize_with_checks — scikit-learn 1.7.2 do...

    scikit-learn 1.6 Release Highlights for scikit-learn 1.6 On this...specific category. Added in version 1.6. expected_failed_checks callable,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Fri Nov 07 21:39:11 UTC 2025
      113.1K bytes
      Cache
     
  6. Version 0.20 — scikit-learn 1.7.2 documentation

    1} or {-1, 1} through pos_label parameter....PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+ are required. #11010...
    scikit-learn.org/stable/whats_new/v0.20.html
    Thu Nov 06 17:51:52 UTC 2025
      309.4K bytes
      Cache
     
  7. isotonic_regression — scikit-learn 1.7.2 docume...

    weight is set to 1 (equal weights). y_min float,...isotonic_regression ([ 5 , 3 , 1 , 2 , 8 , 10 , 7 , 9 , 6 , 4 ])...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html
    Sat Nov 08 01:06:56 UTC 2025
      107.7K bytes
      Cache
     
  8. Advanced Plotting With Partial Dependence — sci...

    1 beta_1 0.9 beta_2 0.999 epsilon 1e-08...ax2 ) = plt . subplots ( 2 , 1 , figsize = ( 10 , 10 )) tree_disp...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.html
    Sat Nov 08 10:35:05 UTC 2025
      137.3K bytes
      Cache
     
  9. l1_min_c — scikit-learn 1.7.2 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...intercept_scaling float, default=1.0 When fit_intercept is True,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Sat Nov 08 01:06:56 UTC 2025
      110.7K bytes
      Cache
     
  10. Multilabel classification using a classifier ch...

    max ( model_scores ) * 1.1 ]) colors = [ "r" ] + [ "b" ]...model_names = ( "Independent" , "Chain 1" , "Chain 2" , "Chain 3" , "Chain...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Sat Nov 08 10:35:04 UTC 2025
      105.1K bytes
      Cache
     
Back to top