Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1071 - 1080 of over 10,000 for 2 (0.33 seconds)

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

    n_jobs = 2 ) search . fit ( X_digits , y_digits...) = plt . subplots ( nrows = 2 , sharex = True , figsize = (...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Fri Dec 05 17:52:54 GMT 2025
      97.2K bytes
      Cache
     
  2. Image denoising using kernel PCA — scikit...

    (( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Fri Dec 05 17:52:54 GMT 2025
      102.6K bytes
      Cache
     
  3. Crafting a minimal reproducer for scikit-learn ...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , n_clusters_per_class...n_features ) y = rng . randint ( 0 , 2 , n_samples ) # binary target...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Fri Dec 05 17:52:54 GMT 2025
      62.3K bytes
      Cache
     
  4. Early stopping of Stochastic Gradient Descent &...

    2 ), } # Load the dataset X , y...subplots ( nrows = 1 , ncols = 2 , sharey = True , figsize = (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Dec 05 17:52:54 GMT 2025
      107.6K bytes
      Cache
     
  5. 3.5. Validation curves: plotting scores to eval...

    function \(f(x) = \cos (\frac{3}{2} \pi x)\) and some noisy samples...is usually not possible. 3.5.2. Learning curve # A learning curve...
    scikit-learn.org/stable/modules/learning_curve.html
    Fri Dec 05 17:52:54 GMT 2025
      51.3K bytes
      Cache
     
  6. Glossary of Common Terms and API Elements &#821...

    2], 2 is the positive class; of [‘no’,...array whose .shape has length 2. Often represents a matrix. API...
    scikit-learn.org/stable/glossary.html
    Fri Dec 05 17:52:54 GMT 2025
      212.1K bytes
      Cache
     
  7. Label Propagation circles: Learning a complex s...

    title ( "Raw data (2 classes=outer and inner)"...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_structure.html
    Fri Dec 05 17:52:54 GMT 2025
      117.2K bytes
      Cache
     
  8. Outlier detection on a real data set — sc...

    2 ]] # two clusters fig , ax = plt..."outlying points" , xy = ( 4 , 2 ), xycoords = "data"...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Fri Dec 05 17:52:55 GMT 2025
      101.7K bytes
      Cache
     
  9. Multilabel classification using a classifier ch...

    2 , random_state = 0 ) Fit models..."Chain 1" , "Chain 2" , "Chain 3" ,...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Fri Dec 05 17:52:55 GMT 2025
      105.1K bytes
      Cache
     
  10. Concentration Prior Type Analysis of Variation ...

    normalization eig_vals = 2 * np . sqrt ( 2 ) * np . sqrt ( eig_vals...= 0.8 ) ax1 . set_xlim ( - 2.0 , 2.0 ) ax1 . set_ylim ( - 3.0...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Fri Dec 05 17:52:55 GMT 2025
      112.1K bytes
      Cache
     
Back to Top