- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 3,451 for 1 (0.31 sec)
-
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 -
PLSRegression — scikit-learn 1.5.2 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
auc — scikit-learn 1.5.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
DBFlute : Migration : 0.8.1
1 to 0.8.2} 環境上の注意点 Sql2Entityも一緒に...C#ユーザの方へ 最新バージョンのS2Container-1.3.12と一緒にご利用下さい。 実装上の注意点 http:...dbflute.seasar.org/ja/oldmigration/migrate-081to082.html -
Release Highlights for scikit-learn 1.0 — sciki...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html -
ComplementNB — scikit-learn 1.5.2 documentation
Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
fetch_olivetti_faces — scikit-learn 1.5.2 docum...
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Olivetti...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html -
make_hastie_10_2 — scikit-learn 1.5.2 documenta...
float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...[ i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
TimeSeriesSplit — scikit-learn 1.5.2 documentation
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
LocalOutlierFactor — scikit-learn 1.5.2 documen...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . negative_outlier_factor_...scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html