Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 2 (1.47 seconds)

  1. 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
    Tue Dec 02 09:15:25 GMT 2025
      102.6K bytes
      Cache
     
  2. 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
    Sun Nov 30 16:36:36 GMT 2025
      62.3K bytes
      Cache
     
  3. 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
    Tue Dec 02 09:15:25 GMT 2025
      107.6K bytes
      Cache
     
  4. 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
    Tue Dec 02 09:15:24 GMT 2025
      212.1K bytes
      Cache
     
  5. 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
    Tue Dec 02 09:15:25 GMT 2025
      101.7K bytes
      Cache
     
  6. 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
    Tue Dec 02 09:15:25 GMT 2025
      105.1K bytes
      Cache
     
  7. Plot Ridge coefficients as a function of the re...

    - 2 , n_alphas ) coefs = [] for a...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Tue Dec 02 09:15:49 GMT 2025
      91.7K bytes
      Cache
     
  8. Nested versus non-nested cross-validation &#821...

    This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often used to train a model in which hyperparameters al...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue Dec 02 10:54:46 GMT 2025
      102.2K bytes
      Cache
     
  9. Test with permutations the significance of a cl...

    StratifiedKFold ( n_splits = 2 , shuffle = True , random_state...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Tue Dec 02 09:15:25 GMT 2025
      100.9K bytes
      Cache
     
  10. Comparing Nearest Neighbors with and without Ne...

    2 ]] X_train , X_test , y_train...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Tue Dec 02 10:54:46 GMT 2025
      97.9K bytes
      Cache
     
Back to Top