- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 2,909 for 1 (0.13 sec)
-
Feature discretization — scikit-learn 1.6.1 doc...
logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (..."linearsvc__C" : np . logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
Roadmap — scikit-learn 1.6.1 documentation
cross-version safety from version 1.0. Note: Gael and Olivier think...scikit-learn.org/stable/roadmap.html -
Logistic function — scikit-learn 1.6.1 document...
1 ]) plt . ylim ( - 0.25 , 1.25 ) plt . xlim...classify values as either 0 or 1, i.e. class one or two, using...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
Incremental PCA — scikit-learn 1.6.1 documentation
scatterpoints = 1 ) plt . axis ([ - 4 , 4 , - 1.5 , 1.5 ]) plt . show...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ):...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
GMM covariances — scikit-learn 1.6.1 documentation
shape [ 1 ]) * gmm . covariances_ [ n ]...]) angle = np . arctan2 ( u [ 1 ], u [ 0 ]) angle = 180 * angle...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
1.7. Gaussian Processes — scikit-learn 1.6.1 do...
1.7.3. GPC examples # 1.7.3.1. Probabilistic predictions...features exceeds a few dozens. 1.7.1. Gaussian Process Regression...scikit-learn.org/stable/modules/gaussian_process.html -
洋楽ランキング一覧1件中 1件から1件 - gooランキング
洋楽 ランキング一覧 1件中 1件から1件 RSSを購読する Queenに続け!映画化(伝記)してほしい洋楽アーティストランキング...橋本環奈、永野芽郁より致命的か 1,680 15. 人気チェーン店、わずか1年2カ月で閉店へ、2024年7月には埼玉でも… 1,280 @goorankingをフォロー...ranking.goo.ne.jp/topic/25/ -
移行 1.1.0-sp4 to 1.1.1 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate110sp4to111.html -
1.2. Linear and Quadratic Discriminant Analysis...
equal to \(\frac{1}{n - 1} X_k^tX_k = \frac{1}{n - 1} V S^2 V^t\)...\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...scikit-learn.org/stable/modules/lda_qda.html -
SVC — scikit-learn 1.6.1 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html