- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 1,727 for test (0.32 sec)
-
power_transform — scikit-learn 1.6.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html -
robust_scale — scikit-learn 1.6.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html -
RegressorChain — scikit-learn 1.6.0 documentation
test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
Column Transformer with Mixed Types — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Permutation Importance with Multicollinear or C...
X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
1.10. Decision Trees — scikit-learn 1.6.0 docum...
validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...scikit-learn.org/stable/modules/tree.html -
Version 1.6 — scikit-learn 1.7.dev0 documentation
permutation_test_score now supports metadata...still work but PyPy is not tested anymore in the scikit-learn...scikit-learn.org/dev/whats_new/v1.6.html -
Crafting a minimal reproducer for scikit-learn ...
the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...scikit-learn.org/stable/developers/minimal_reproducer.html -
DetCurveDisplay — scikit-learn 1.6.0 documentation
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
ハンズオンセクション 6 | DBFlute
UnitContainerTestCas { public void test_ ... () { // _testで補完 ... } } テストクラスで...グが出力されていたかと思います。 これは、既に src/test/resources 配下に log4j.properties...dbflute.seasar.org/ja/tutorial/handson/section06.html