Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 901 for tests (0.14 sec)

  1. feed.xml

    if you want to test it: PUT test_index-1 GET test_index-1 Notes..._template/test1 { "order": 3, "index_patterns": [ "test-*" ], "mappings":...
    www.elastic.co/search-labs/rss/feed.xml
    Wed May 29 00:39:21 UTC 2024
      1.6M bytes
      1 views
     
  2. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Tue May 28 11:51:31 UTC 2024
      2.2M bytes
      2 views
     
  3. 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/dev/computing/parallelism.html
    Tue May 28 11:51:31 UTC 2024
      66.1K bytes
      Cache
      Similar Results (1)
     
  4. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Tue May 28 11:51:32 UTC 2024
      160.2K bytes
      Cache
     
  5. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Tue May 28 11:51:32 UTC 2024
      178.4K bytes
      Cache
     
  6. Gradient Boosting regression — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue May 28 11:51:32 UTC 2024
      107.7K bytes
      Cache
     
  7. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Tue May 28 11:51:33 UTC 2024
      4.9K bytes
      1 views
     
  8. Developers’ Tips and Tricks — scikit-learn 1.6....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Tue May 28 11:51:32 UTC 2024
      51K bytes
      Cache
     
  9. 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
    Tue May 28 11:51:32 UTC 2024
      156.7K bytes
      Cache
     
  10. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Tue May 28 11:51:32 UTC 2024
      121.9K bytes
      Cache
     
Back to top