Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2101 - 2110 of over 10,000 for * (3.66 seconds)

Filter
  1. Probabilistic predictions with Gaussian process...

    Accuracy: 1.000 (initial) 1.000 (optimized) Log-loss: 0.214 (initial)...edgecolors = ( 0 , 0 , 0 ) ) X_ = np . linspace ( 0 , 5 , 100 ) plt ....
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Mon Mar 23 20:39:21 UTC 2026
      17.1K bytes
      Cache
     
  2. Ensemble methods — scikit-learn 1.8.0 documenta...

    Examples concerning the sklearn.ensemble module. Categorical Feature Support in Gradient Boosting Combine predictors using stacking Comparing Random Forests and Histogram Gradient Boosting models C...
    scikit-learn.org/stable/auto_examples/ensemble/index.html
    Mon Mar 23 20:39:21 UTC 2026
      15.4K bytes
      Cache
     
  3. Feature Selection — scikit-learn 1.8.0 document...

    Examples concerning the sklearn.feature_selection module. Comparison of F-test and mutual information Model-based and sequential feature selection Pipeline ANOVA SVM Recursive feature elimination R...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Mon Mar 23 20:39:22 UTC 2026
      13.3K bytes
      Cache
     
  4. Ridge coefficients as a function of the L2 Regu...

    49665188 0. 29.75747153 0. 19.08699432 25.44381023 38.69892343...make a toy data set with 100 samples and 10 features, that’s suitable...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Mon Mar 23 20:39:22 UTC 2026
      18.8K bytes
      Cache
     
  5. Ordinary Least Squares and Ridge Regression — s...

    c_ [ 0.5 , 1 ] . T y_train = [ 0.5 , 1 ] X_test = np...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Mon Mar 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  6. L1-based models for Sparse Signals — scikit-lea...

    random_sample () - 0.5 )) X [:, i ] += 0.2 * rng . normal ( 0 , 1 , n_samples...n_samples ) y += 0.2 * rng . normal ( 0 , 1 , n_samples ) Such sparse,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Mar 23 20:39:21 UTC 2026
      20.5K bytes
      Cache
     
  7. SGD: Penalties — scikit-learn 1.8.0 documentation

    fmt = { 1.0 : "L2" }, manual = [( - 1 , - 1 )]) plt . clabel...line = np . linspace ( - 1.5 , 1.5 , 1001 ) xx , yy = np . meshgrid...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html
    Mon Mar 23 20:39:20 UTC 2026
      15.5K bytes
      Cache
     
  8. Permutation Importance vs Random Forest Feature...

    be [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...be [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Mar 23 20:39:21 UTC 2026
      48.5K bytes
      Cache
     
  9. Displaying estimators and complex pipelines — s...

    1.0 l1_ratio l1_ratio: float, default=0.0 The Elastic-Net...ath.py`. 1.0 l1_ratio l1_ratio: float, default=0.0 The Elastic-Net...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html
    Mon Mar 23 20:39:22 UTC 2026
      30.9K bytes
      Cache
     
  10. Iso-probability lines for Gaussian Processes cl...

    ticks = [ 0.0 , 0.2 , 0.4 , 0.6 , 0.8 , 1.0 ], norm = norm...g(x) <= 0 or not)""" return 5.0 - x [:, 1 ] - 0.5 * x [:, 0 ] **...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Mon Mar 23 20:39:20 UTC 2026
      17K bytes
      Cache
     
Back to Top