Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 3301 - 3310 of over 10,000 for * (5.09 seconds)

Filter
  1. Decision Boundaries of Multinomial and One-vs-R...

    0], [0, 1.5], and [5, -1]. After generation,...centers = [[ - 5 , 0 ], [ 0 , 1.5 ], [ 5 , - 1 ]] X , y = make_blobs...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html
    Mon Mar 23 20:39:21 UTC 2026
      18.2K bytes
      Cache
     
  2. Permutation Importance with Multicollinear or C...

    drops the accuracy by at most 0.012 , which would suggest that none...scikit-learn 0.22 Release Highlights for scikit-learn 0.22 Gallery...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  3. Lasso model selection: AIC-BIC / cross-validati...

    -0.036038 0.034309 0.022688 -0.009362 4 0.005383 -0.044642 -0.036385...s5 s6 0 0.038076 0.050680 0.061696 0.021872 -0.044223 -0.034821...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_model_selection.html
    Mon Mar 23 20:39:21 UTC 2026
      21.4K bytes
      Cache
     
  4. Nearest Neighbors — scikit-learn 1.8.0 document...

    Examples concerning the sklearn.neighbors module. Approximate nearest neighbors in TSNE Caching nearest neighbors Comparing Nearest Neighbors with and without Neighborhood Components Analysis Dimen...
    scikit-learn.org/stable/auto_examples/neighbors/index.html
    Mon Mar 23 20:39:21 UTC 2026
      14.3K bytes
      Cache
     
  5. Missing Value Imputation — scikit-learn 1.8.0 d...

    Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputer
    scikit-learn.org/stable/auto_examples/impute/index.html
    Mon Mar 23 20:39:22 UTC 2026
      12.8K bytes
      Cache
     
  6. Comparing anomaly detection algorithms for outl...

    noise = 0.05 , random_state = 0 )[ 0 ] - np . array ([ 0.5 , 0.25...left = 0.02 , right = 0.98 , bottom = 0.001 , top = 0.96 , wspace...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  7. Compare Stochastic learning strategies for MLPC...

    Training set score: 0.980000 Training set loss: 0.096950 training: constant...Training set score: 0.980000 Training set loss: 0.049530 training: constant...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Mon Mar 23 20:39:22 UTC 2026
      17K bytes
      Cache
     
  8. Novelty detection with Local Outlier Factor (LO...

    loc = ( 1.05 , 0.4 ), prop = matplotlib . font_manager...observations X = 0.3 * np . random . randn ( 100 , 2 ) X_train =...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Mon Mar 23 20:39:22 UTC 2026
      16.7K bytes
      Cache
     
  9. Lasso on dense and sparse data — scikit-learn 1...

    Lasso done in 0.108s Dense Lasso done in 0.043s Distance between...lower than 2.5 with 0s Xs [ Xs < 2.5 ] = 0.0 # create a copy of...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html
    Mon Mar 23 20:39:22 UTC 2026
      16.1K bytes
      Cache
     
  10. Effect of transforming the targets in regressio...

    n_samples = 10_000 , noise = 100 , random_state = 0 ) y = np ....ax1 [ 1 ], scatter_kwargs = { "alpha" : 0.5 }, ) ax1 [ 0 ] . set_title...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Mon Mar 23 20:39:21 UTC 2026
      18.3K bytes
      Cache
     
Back to Top