- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1081 - 1090 of over 10,000 for 2 (0.2 seconds)
-
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 -
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 -
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 -
Glossary of Common Terms and API Elements ̵...
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 -
[B! 数学] 「2」が素数なのって絶対なんかずるしてるよな
するときも「まず2で割れるかチェックして、割れたら素数じゃない」ってやるわけで。なのに2だけは「俺は2で割り切れるけど素...ユーザーを表示 通報する fluoride 偶数vs奇数の2チーム対抗って構図がそもそも2による陰謀なんだよなあ。先生が買収されてる 2025/11/25...b.hatena.ne.jp/entry/s/anond.hatelabo.jp/20251124221930 -
3.5. Validation curves: plotting scores to eval...
function \(f(x) = \cos (\frac{3}{2} \pi x)\) and some noisy samples...is usually not possible. 3.5.2. Learning curve # A learning curve...scikit-learn.org/stable/modules/learning_curve.html