- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 2,947 for 1 (0.68 sec)
-
confusion_matrix — scikit-learn 1.6.1 documenta...
1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...negatives is \(C_{1,0}\) , true positives is \(C_{1,1}\) and false...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
sparse_encode — scikit-learn 1.6.1 documentation
1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html -
Decision Tree Regression — scikit-learn 1.6.1 d...
scatter ( y_1 [:, 0 ], y_1 [:, 1 ], c = "cornflowerblue"...RandomState ( 1 ) X = np . sort ( 5 * rng . rand ( 80 , 1 ), axis =...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html -
Version 1.3 — scikit-learn 1.6.1 documentation
Version 1.3.1 # September 2023 Changed models...scikit-learn 1.2 to make it predict with scikit-learn 1.3: retraining...scikit-learn.org/stable/whats_new/v1.3.html -
permutation_importance — scikit-learn 1.6.1 doc...
permutation_importance >>> X = [[ 1 , 9 , 9 ],[ 1 , 9 , 9 ],[ 1 , 9 , 9 ], ... [...],[ 0 , 9 , 9 ]] >>> y = [ 1 , 1 , 1 , 0 , 0 , 0 ] >>> clf = LogisticRegression...scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html -
polynomial_kernel — scikit-learn 1.6.1 document...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>..., degree = 2 ) array([[1. , 1. ], [1.77..., 2.77...]]) On this...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html -
minmax_scale — scikit-learn 1.6.1 documentation
1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>> minmax_scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html -
LastaFlute移行 1.0.1 to 1.0.2 | LastaFlute
Author's Blog LastaFlute移行 1.0.1 to 1.0.2 ログアウトのときにinvalidateされる...a() をオーバーライドしてtrueを戻してください。1.0.1と同じ挙動になります。 LastaFluteトップページ...dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig101to102.html -
fetch_openml — scikit-learn 1.6.1 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.4: The default value...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html -
StackingClassifier — scikit-learn 1.6.1 documen...
in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html