- Sort Score
- Num 10 results
- Language All
- Labels All
Results 981 - 990 of over 10,000 for 2 (0.35 seconds)
-
Varying regularization in Multi-layer Perceptro...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
Permutation Importance with Multicollinear or C...
n_jobs = 2 ) perm_sorted_idx = result . importances_mean...score ( X_test , y_test ) : .2 } " ) Baseline accuracy on...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Effect of transforming the targets in regressio...
subplots ( 2 , 2 , sharey = "row" ,...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
Column Transformer with Heterogeneous Data Sour...
We will only use posts from 2 categories to speed up running...empty ( shape = ( len ( posts ), 2 ), dtype = object ) for i , text...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html -
SVM: Maximum margin separating hyperplane ̵...
centers = 2 , random_state = 6 ) # fit the...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html -
Recursive feature elimination with cross-valida...
The introduction of 2 additional redundant (i.e. correlated)...n_informative = 3 , n_redundant = 2 , n_repeated = 0 , n_classes =...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html -
模範解答的なセクション 2 | DBFlute
模範解答的なセクション 2 概要 このセクションでの登場人物 模範解答的な実装 概要 DBFluteハンズオン、セクション 2 の模範解答的な実装です。...の模範解答的な実装です。 ハンズオンセクション 2 正解は一つではありませんので、あくまで "的な" というところで、参考までに。...dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html -
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 -
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 -
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