- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 1,456 for test (0.12 sec)
-
java-editor-templates.xml
test_junit4 Test @${testType:newType(org.junit.Test)} public...wt.text Text ${type:newType(org.eclipse.swt.widgets.Text)} $...dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml -
NeighborhoodComponentsAnalysis — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html -
RBF SVM parameters — scikit-learn 1.6.1 documen...
best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
Dimensionality Reduction with Neighborhood Comp...
train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
6.4. Imputation of missing values — scikit-lear...
X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...scikit-learn.org/stable/modules/impute.html -
TimeSeriesSplit — scikit-learn 1.6.1 documentation
in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
Permutation Importance vs Random Forest Feature...
X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html -
ShuffleSplit — scikit-learn 1.6.1 documentation
print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] 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 -
Version 0.18 — scikit-learn 1.6.1 documentation
'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...scikit-learn.org/stable/whats_new/v0.18.html -
8.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/stable/computing/parallelism.html