Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 891 - 900 of 2,956 for 1 (0.07 sec)

  1. Ridge coefficients as a function of the L2 Regu...

    random_state = 1 ) # Obtain the true coefficients...fig , axs = plt . subplots ( 1 , 2 , figsize = ( 20 , 6 )) coefs...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Mon Apr 21 17:07:39 UTC 2025
      103.2K bytes
      Cache
     
  2. GenericUnivariateSelect — scikit-learn 1.6.1 do...

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Mon Apr 21 17:07:39 UTC 2025
      134.5K bytes
      Cache
     
  3. Plotting Cross-Validated Predictions — scikit-l...

    ax = axs [ 1 ], random_state = 0 , ) axs [ 1 ] . set_title...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_predict.html
    Mon Apr 21 17:07:38 UTC 2025
      92.2K bytes
      Cache
     
  4. MethodMapping — scikit-learn 1.6.1 documentation

    Added in version 1.3. add ( * , caller , callee )...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MethodMapping.html
    Mon Apr 21 17:07:39 UTC 2025
      108.1K bytes
      Cache
     
  5. 8.1. Strategies to scale computationally: bigge...

    1.1.1. Streaming instances # Basically, 1. may be a...to make your system scale. 8.1.1. Scaling with instances using...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Sat Apr 19 00:31:22 UTC 2025
      46.1K bytes
      Cache
     
  6. MetaEstimatorMixin — scikit-learn 1.6.1 documen...

    Changed in version 1.6: The _required_parameters is...
    scikit-learn.org/stable/modules/generated/sklearn.base.MetaEstimatorMixin.html
    Mon Apr 21 17:07:39 UTC 2025
      109.1K bytes
      Cache
     
  7. Release Highlights — scikit-learn 1.6.1 documen...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.6 Release Highlights for scikit-learn 1.6 Release...
    scikit-learn.org/stable/auto_examples/release_highlights/index.html
    Mon Apr 21 17:07:38 UTC 2025
      80.3K bytes
      Cache
     
  8. Support Vector Regression (SVR) using linear an...

    1.1 ), ncol = 1 , fancybox = True , shadow..., C = 100 , gamma = 0.1 , epsilon = 0.1 ) svr_lin = SVR ( kernel...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Mon Apr 21 17:07:38 UTC 2025
      97.5K bytes
      Cache
     
  9. Multilabel classification — scikit-learn 1.6.1 ...

    1 ]) max_y = np . max ( X [:, 1 ]) classif = OneVsRestClassifier...where ( Y [:, 1 ]) plt . scatter ( X [:, 0 ], X [:, 1 ], s = 40 ,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Apr 21 17:07:38 UTC 2025
      106.2K bytes
      Cache
     
  10. Quantile regression — scikit-learn 1.6.1 docume...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Lagged features...axs [ 1 , 0 ] . set_xlabel ( "Residuals" ) _ = axs [ 1 , 1 ] ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Mon Apr 21 17:07:39 UTC 2025
      134.6K bytes
      Cache
     
Back to top