Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 861 - 870 of over 10,000 for 2 (0.39 seconds)

  1. OOB Errors for Random Forests — scikit-le...

    The RandomForestClassifier is trained using bootstrap aggregation, where each new tree is fit from a bootstrap sample of the training observations z_i = (x_i, y_i). The out-of-bag(OOB) error is the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html
    Fri Nov 21 11:40:10 GMT 2025
      93.9K bytes
      Cache
     
  2. Comparing Linear Bayesian Regressors — sc...

    This example compares two different bayesian regressors: a Automatic Relevance Determination - ARD, a Bayesian Ridge Regression. In the first part, we use an Ordinary Least Squares(OLS) model as a ...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Fri Nov 21 11:40:11 GMT 2025
      120.3K bytes
      Cache
     
  3. Comparison of kernel ridge regression and SVR &...

    logspace ( - 2 , 2 , 5 )}, ) kr = GridSearchCV..., 1e-2 , 1e-3 ], "gamma" : np . logspace ( - 2 , 2 ,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Fri Nov 21 11:40:10 GMT 2025
      122.9K bytes
      Cache
     
  4. Factor Analysis (with rotation) to visualize pa...

    2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Fri Nov 21 11:40:11 GMT 2025
      96.1K bytes
      Cache
     
  5. 7.1. Pipelines and composite estimators —...

    2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...
    scikit-learn.org/stable/modules/compose.html
    Fri Nov 21 11:40:10 GMT 2025
      114K bytes
      Cache
     
  6. 7.9. Transforming the prediction target (y) &#8...

    y = [[ 2 , 3 , 4 ], [ 2 ], [ 0 , 1 , 3 ], [ 0 , 1 , 2 , 3 , 4...>>> lb . fit ([ 1 , 2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...
    scikit-learn.org/stable/modules/preprocessing_targets.html
    Fri Nov 21 11:40:11 GMT 2025
      42.7K bytes
      Cache
     
  7. Comparison of kernel ridge and Gaussian process...

    period of this sine is thus \(2 \pi\) . We will reuse this information..."True signal" , linewidth = 2 ) plt . scatter ( training_data...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html
    Fri Nov 21 11:40:09 GMT 2025
      145.3K bytes
      Cache
     
  8. scikit-learn: machine learning in Python &#8212...

    2 is available for download ( Changelog...September 2024. scikit-learn 1.5.2 is available for download ( Changelog...
    scikit-learn.org/stable/index.html
    Fri Nov 21 11:40:11 GMT 2025
      32.7K bytes
      Cache
     
  9. SVM: Separating hyperplane for unbalanced class...

    [ 2.0 , 2.0 ]] clusters_std = [ 1.5 ,...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Fri Nov 21 11:40:09 GMT 2025
      94K bytes
      Cache
     
  10. Balance model complexity and cross-validated sc...

    performance (best score - 1 std) 2. best_low_complexity : Selects...Dimensionality reduction using PCA 2. Classification using LogisticRegression...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Fri Nov 21 11:40:09 GMT 2025
      169.1K bytes
      Cache
     
Back to Top