Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 1,456 for test (0.12 sec)

  1. 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
    Fri Apr 18 17:54:32 UTC 2025
      50.4K bytes
      1 views
     
  2. 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
    Sat Apr 19 00:31:22 UTC 2025
      143.3K bytes
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      118.8K bytes
      Cache
     
  4. 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
    Sat Apr 19 00:31:20 UTC 2025
      98K bytes
      Cache
     
  5. 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
    Sat Apr 19 00:31:22 UTC 2025
      83.8K bytes
      Cache
     
  6. 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
    Sat Apr 19 00:31:21 UTC 2025
      129.7K bytes
      2 views
      Cache
     
  7. 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
    Sat Apr 19 00:31:20 UTC 2025
      159.9K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:22 UTC 2025
      124.2K bytes
      Cache
     
  9. 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
    Sat Apr 19 00:31:21 UTC 2025
      134.3K bytes
      Cache
     
  10. 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
    Sat Apr 19 00:31:22 UTC 2025
      60.7K bytes
      Cache
     
Back to top