Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3671 - 3680 of 5,591 for * (2.81 sec)

  1. Sample pipeline for text feature extraction and...

    = { "vect__max_df" : ( 0.2 , 0.4 , 0.6 , 0.8 , 1.0 ), "vect__min_df"...Parameters steps [('vect', ...), ('clf', ...)] transform_input...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Sep 22 13:26:34 UTC 2025
      168.1K bytes
      1 views
      Cache
     
  2. One-Class SVM versus One-Class SVM using Stocha...

    ravel () . reshape ( - 1 , 1 ), yy . ravel () . reshape ( - 1 , 1...np . meshgrid ( np . linspace ( - 4.5 , 4.5 , 50 ), np . linspace...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Mon Sep 22 13:26:33 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  3. Kernel Density Estimation scikit-learn 1.7.2 ...

    new_data . reshape (( 4 , 11 , - 1 )) real_data = digits . data [:...[: 44 ] . reshape (( 4 , 11 , - 1 )) # plot real digits and resampled...
    scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html
    Mon Sep 22 13:26:35 UTC 2025
      93.9K bytes
      Cache
     
  4. Neighborhood Components Analysis Illustration ...

    range ( X . shape [ 0 ]): ax . text ( X [ i , 0 ], X [ i , 1 ], str...str ( i ), va = "center" , ha = "center" ) ax . scatter ( X [...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html
    Mon Sep 22 13:26:33 UTC 2025
      100.4K bytes
      Cache
     
  5. Comparing randomized search and grid search for...

    0.005) Parameters: {'alpha': np.float64(0.1), 'average': False,...score: 0.987 (std: 0.011) Parameters: {'alpha': np.float64(0.40134964872774576),...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Mon Sep 22 13:26:33 UTC 2025
      97.2K bytes
      Cache
     
  6. Plot multi-class SGD on the iris dataset scik...

    xmin , xmax ], [ line ( xmin ), line ( xmax )], ls = "--" , color...alpha = 0.001 , max_iter = 100 ) . fit ( X , y ) ax = plt . gca ()...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html
    Mon Sep 22 13:26:35 UTC 2025
      94.9K bytes
      Cache
     
  7. Species distribution modeling scikit-learn 1....

    utions` Returns ------- (xgrid, ygrid) : 1-D arrays The grid..."microryzomys_minutus_0" ), ): """ Plot the species distribution. """ if len...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Mon Sep 22 13:26:35 UTC 2025
      122.4K bytes
      Cache
     
  8. Fitting an Elastic Net with a precomputed Gram ...

    -1.03237920e+03, ..., -2.25349312e+02, -3.53959628e+02, -1.67451144e+02],......, -1.07963978e+03, 7.47987268e+01, -5.76195467e+02], [-1.03237920e+03,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_...
    Mon Sep 22 13:26:35 UTC 2025
      110.7K bytes
      Cache
     
  9. Test with permutations the significance of a cl...

    True ) ax . axvline ( score_iris , ls = "--" , color = "r" ) score_label...\n (p-value: { pvalue_iris : .3f } )" ) ax . text ( 0.7 , 10...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Mon Sep 22 13:26:33 UTC 2025
      100.9K bytes
      Cache
     
  10. GMM Initialization Methods scikit-learn 1.7.2...

    "k-means++" , "random" ] colors = [ "navy" , "turquoise" , "cornflowerblue"...0.15 , wspace = 0.05 , left = 0.05 , right = 0.95 ) for n , method...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html
    Mon Sep 22 13:26:34 UTC 2025
      99K bytes
      Cache
     
Back to top