- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 3,499 for 1 (0.07 sec)
-
移行 1.0.2 to 1.0.3 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate102to103.html -
移行 1.0.4H to 1.0.4J | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Hto104J.html -
移行 1.0.3 to 1.0.4A | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate103to104A.html -
TimeSeriesSplit — scikit-learn 1.6.0 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 -
RepeatedKFold — scikit-learn 1.6.0 documentation
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
LocalOutlierFactor — scikit-learn 1.7.dev0 docu...
() 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/dev/modules/generated/sklearn.neighbors.LocalOutlierFactor.html -
移行 1.0.5A to 1.0.5B | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Ato105B.html -
移行 1.0.4C to 1.0.4D | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Cto104D.html -
1.5. Stochastic Gradient Descent — scikit-learn...
[ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = SGDClassifier...\Vert^2 + b\nu + \frac{1}{n} \sum_{i=1}^n \max(0, 1 - (\langle w, x_i...scikit-learn.org/stable/modules/sgd.html -
NearestCentroid — scikit-learn 1.7.dev0 documen...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...scikit-learn.org/dev/modules/generated/sklearn.neighbors.NearestCentroid.html