- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 3,208 for 2 (0.12 sec)
-
5.2. Permutation feature importance — scikit-le...
2.2. Relation to impurity-based importance...Ctrl + K GitHub Choose version 5.2. Permutation feature importance...scikit-learn.org/stable/modules/permutation_importance.html -
移行 1.2.5 to 1.2.6 | DBFlute
2.5 to 1.2.6 お約束の注意点 環境上の注意点 schema...|-schema | |-schemadiff // since 1.2.6 | | |-2022 | | | |-diffpiec...dbflute.seasar.org/ja/environment/upgrade/migration/migrate125to126.html -
移行 1.2.0 to 1.2.1 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate120to121.html -
2. Unsupervised learning — scikit-learn 1.7.2 d...
Mixture 2.2. Manifold learning 2.2.1. Introduction 2.2.2. Isomap...Isomap 2.2.3. Locally Linear Embedding 2.2.4. Modified Locally Linear...scikit-learn.org/stable/unsupervised_learning.html -
KFold — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...array ([ 1 , 2 , 3 , 4 ]) >>> kf = KFold ( n_splits = 2 ) >>> kf...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html -
TimeSeriesSplit — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
SVC — scikit-learn 1.7.2 documentation
[ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm import SVC...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
ShuffleSplit — scikit-learn 1.7.2 documentation
2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
Matern — scikit-learn 1.7.2 documentation
\frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html