Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 1,296 for test (0.39 sec)

  1. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Fri Oct 10 15:14:33 UTC 2025
      119.9K bytes
      Cache
     
  2. ConfusionMatrixDisplay — scikit-learn 1.7.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Fri Oct 10 15:14:35 UTC 2025
      150.1K bytes
      Cache
     
  3. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri Oct 10 15:14:33 UTC 2025
      93.4K bytes
      Cache
     
  4. Species distribution modeling — scikit-learn 1....

    "ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Fri Oct 10 15:14:36 UTC 2025
      122.4K bytes
      Cache
     
  5. Benchmark module | Metricbeat Reference [8.19] ...

    when you want to test output settings or test system sizing without...
    www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-benchmark.html
    Tue Jul 29 14:26:41 UTC 2025
      14.4K bytes
      Cache
     
  6. IsolationForest example — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Fri Oct 10 15:14:35 UTC 2025
      125.9K bytes
      Cache
     
  7. org.seasar.dbflute.maven.plugin (DBFlute Maven ...

    provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.html
    Mon Sep 15 10:51:18 UTC 2025
      9.7K bytes
      Cache
     
  8. Failure of Machine Learning to infer causal eff...

    X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Fri Oct 10 15:14:36 UTC 2025
      109.8K bytes
      Cache
     
  9. check_cv — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Fri Oct 10 15:14:36 UTC 2025
      108.6K bytes
      Cache
     
  10. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Fri Oct 10 15:14:35 UTC 2025
      107.7K bytes
      Cache
     
Back to top