Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 276 for test (0.08 sec)

  1. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Wed May 29 10:52:43 UTC 2024
      94.9K bytes
      Cache
     
  2. OutsideSqlTestCommandPlugin (DBFlute Maven Plug...

    provides outside-sql-test goal to run outside-sql-test.[sh|bat]. 作成者:...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/OutsideSqlTestCommandPlug...
    Fri May 24 02:22:00 UTC 2024
      14.8K bytes
      Cache
     
  3. Version 0.13 — scikit-learn 1.5.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue May 28 11:51:34 UTC 2024
      76.8K bytes
      Cache
      Similar Results (1)
     
  4. Elastic Microsoft Teams connector reference | E...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=microsoft_teams For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-teams.html
    Thu May 23 10:23:19 UTC 2024
      35.2K bytes
      Cache
     
  5. Orthogonal Matching Pursuit — scikit-learn 1.5....

    Train error vs Test error Train error vs Test error Feature agglomeration...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Wed May 29 10:52:43 UTC 2024
      96.6K bytes
      Cache
     
  6. Caching nearest neighbors — scikit-learn 1.5.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Wed May 29 10:52:43 UTC 2024
      93K bytes
      Cache
     
  7. SVM Exercise — scikit-learn 1.5.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Wed May 29 10:52:41 UTC 2024
      95.7K bytes
      Cache
     
  8. Working With Text Data — scikit-learn 1.5.0 doc...

    >>> docs_test = twenty_test . data >>> predicted = text_clf . predict...object’s best_score_ and best_params_ attributes store the best mean...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Wed May 29 10:52:44 UTC 2024
      80.1K bytes
      Cache
     
  9. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Wed May 29 10:52:41 UTC 2024
      55.3K bytes
      Cache
     
  10. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Wed May 29 10:52:43 UTC 2024
      95.7K bytes
      Cache
     
Back to top