- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3671 - 3680 of 5,591 for * (2.81 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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_... -
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 -
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