Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1021 - 1030 of over 10,000 for 1 (1.82 seconds)

  1. Pipelining: chaining a PCA and a logistic regre...

    arange ( 1 , pca . n_components_ + 1 ), pca . explained_variance_ratio_...( max_iter = 10000 , tol = 0.1 ) pipe = Pipeline ( steps = [(...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Nov 19 04:33:04 GMT 2025
      97.2K bytes
      Cache
     
  2. Outlier detection on a real data set — sc...

    EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Thu Nov 20 00:54:07 GMT 2025
      101.7K bytes
      Cache
     
  3. Metadata Routing — scikit-learn 1.7.2 doc...

    array([1., 1., 1.]) Routing Meta-Estimator...ExampleClassifier. array([1., 1., 1.]) Deprecation / Default Value...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Thu Nov 20 00:54:06 GMT 2025
      272.6K bytes
      Cache
     
  4. Early stopping of Stochastic Gradient Descent &...

    version = 1 , as_frame = False ) # take only...n_iter_no_change = 3 , tol = 0.1 ), "Validation score"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Thu Nov 20 00:54:06 GMT 2025
      107.6K bytes
      Cache
     
  5. Permutation Importance with Multicollinear or C...

    subplots ( 1 , 2 , figsize = ( 12 , 8 )) mdi_importances...ax1 , ax2 ) = plt . subplots ( 1 , 2 , figsize = ( 12 , 8 )) corr...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Thu Nov 20 00:54:07 GMT 2025
      117.4K bytes
      Cache
     
  6. Crafting a minimal reproducer for scikit-learn ...

    1.43 , 30.01 , 22.17 ], "target"...call last) <ipython-input-1-a674e682c281> in <module>...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Wed Nov 19 04:33:04 GMT 2025
      62.3K bytes
      Cache
     
  7. Concentration Prior Type Analysis of Variation ...

    1.1 ) ax2 . tick_params ( axis =...], [ 0.0 , 0.1 ]], [[ 0.5 , 0.0 ], [ 0.0 , 0.1 ]], [[ 0.5 , 0.0...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Thu Nov 20 00:54:07 GMT 2025
      112.1K bytes
      Cache
     
  8. Prediction Latency — scikit-learn 1.7.2 d...

    1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Thu Nov 20 00:54:07 GMT 2025
      142.9K bytes
      Cache
     
  9. Multilabel classification using a classifier ch...

    max ( model_scores ) * 1.1 ]) colors = [ "r" ]..."Independent" , "Chain 1" , "Chain 2" ,...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Thu Nov 20 00:54:07 GMT 2025
      105.1K bytes
      Cache
     
  10. Image denoising using kernel PCA — scikit...

    4 of [ 1 ] . References # Authors: The...pixel values are in the range (0, 1). import numpy as np from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Thu Nov 20 00:54:06 GMT 2025
      102.6K bytes
      Cache
     
Back to Top