- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3311 - 3320 of over 10,000 for * (3.46 seconds)
Filter
-
Varying regularization in Multi-layer Perceptro...
() - 0.5 , X [:, 0 ] . max () + 0.5 y_min , y_max = X [:, 1 ] ....i += 1 figure . subplots_adjust ( left = 0.02 , right = 0.98 )...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
Visualization of MLP weights on MNIST — scikit-...
loss = 0.09443967 Iteration 6, loss = 0.07846529 Iteration...7, loss = 0.06506307 Iteration 8, loss = 0.05534985 Training set...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
Column Transformer with Heterogeneous Data Sour...
support 0 0.84 0.87 0.86 396 1 0.87 0.84 0.85 394 accuracy 0.86 790...macro avg 0.86 0.86 0.86 790 weighted avg 0.86 0.86 0.86 790 Total...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html -
Neighborhood Components Analysis Illustration —...
class_sep = 1.0 , random_state = 0 , ) plt . figure ( 1 ) ax = plt...([ pt_i [ 0 ], pt_j [ 0 ]], [ pt_i [ 1 ], pt_j [ 1 ]]) ax . plot...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html -
Kernel Density Estimation — scikit-learn 1.8.0 ...
logspace ( - 1 , 1 , 20 )} grid = GridSearchCV..."nearest" ) im . set_clim ( 0 , 16 ) ax [ 0 , 5 ] . set_title ( "Selection...scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html -
Visualizing cross-validation behavior in scikit...
= [ 0.1 , 0.3 , 0.6 ] y = np . hstack ([[ ii ] * int ( 100 * perc...data n_points = 100 X = rng . randn ( 100 , 10 ) percentiles_classes...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html -
Effect of model regularization on training and ...
noise = 1.0 , coef = True , random_state...l1_ratio = 0.9 , positive = True , max_iter = 10_000 ) Evaluate...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
Multilabel classification using a classifier ch...
model_scores ) * 0.9 , max ( model_scores ) * 1.1 ]) colors = [...X , Y , test_size = 0.2 , random_state = 0 ) Fit models # We fit...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
Test with permutations the significance of a cl...
text ( 0.7 , 10 , score_label , fontsize =...data [ 1 ] . References Total running time of the script: (0 minutes...scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html -
Assert (Spring Framework 7.0.2 API)
Since: 1.1.2 Author: Keith Donald, Juergen...be null"); Assert.isTrue(i > 0, "The value must be greater than...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/Assert.html