Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 340 of 1,636 for test (0.19 sec)

  1. ExtraTreeRegressor — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Mon Jun 10 22:40:13 UTC 2024
      175.3K bytes
      Cache
     
  2. Version 0.18 — scikit-learn 1.6.dev0 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/dev/whats_new/v0.18.html
    Thu Jun 06 17:04:44 UTC 2024
      135.4K bytes
      Cache
      Similar Results (1)
     
  3. 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
    Mon Jun 10 22:40:15 UTC 2024
      121.9K bytes
      Cache
     
  4. ハンズオンセクション 2 | DBFlute

    Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...
    dbflute.seasar.org/ja/tutorial/handson/section02.html
    Fri May 24 02:22:00 UTC 2024
      27.8K bytes
      Cache
     
  5. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/dev/glossary.html
    Fri Jun 07 19:49:37 UTC 2024
      213.9K bytes
      Cache
      Similar Results (1)
     
  6. check_estimator — scikit-learn 1.5.0 documentation

    function will run an extensive test-suite for input validation,...own estimator . Additional tests for classifiers, regressors,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Fri Jun 07 19:49:38 UTC 2024
      115K bytes
      Cache
     
  7. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Mon Jun 10 22:40:15 UTC 2024
      154.9K bytes
      Cache
     
  8. Confusion matrix — scikit-learn 1.5.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Mon Jun 10 22:40:15 UTC 2024
      88.7K bytes
      Cache
     
  9. Slashdot: News for nerds, stuff that matters

    source and give up the Morse Code test for ham radio licenses, Bruce...DDX drivers were fixed and tested to work again, as well as complete...
    slashdot.org/
    Sun Jun 09 01:13:00 UTC 2024
      176.6K bytes
      3 views
      Cache
     
  10. 1 - The Deep Ark

    Funkstorung - Test - Appetite For Disctruction...(1999) 3:09:35 65. Funkstorung – Test – Appetite For Disctruction...
    thedeepark.com/
    Mon Jun 10 00:46:49 UTC 2024
      321.7K bytes
      Cache
     
  11. Elastic S3 connector reference | Enterprise Sea...

    Connector testing for more details. To execute a functional test for...Content extraction . End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-s3.html
    Wed Jun 05 13:35:43 UTC 2024
      50K bytes
      1 views
      Cache
     
  12. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Jun 10 22:40:13 UTC 2024
      123.2K bytes
      Cache
     
  13. fetch_rcv1 — scikit-learn 1.5.0 documentation

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Mon Jun 10 22:40:15 UTC 2024
      118.1K bytes
      Cache
     
  14. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Jun 10 22:40:15 UTC 2024
      104.4K bytes
      Cache
     
  15. fetch_lfw_pairs — scikit-learn 1.5.0 documentation

    test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Mon Jun 10 22:40:13 UTC 2024
      119.2K bytes
      Cache
     
  16. Microsoft's Automatic Super Resolution arrives ...

    other games can be manually tested with Auto SR. As long as it...However, only actual time and testing will determine whether this...
    www.tomshardware.com/video-games/pc-gaming/microsofts-automatic-super-resolution-arrives-to-impro...
    Sun May 26 17:24:42 UTC 2024
      656.6K bytes
      Cache
     
  17. 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
    Mon Jun 10 22:40:14 UTC 2024
      178.4K bytes
      Cache
     
  18. Getting started: Protect hosts with endpoint th...

    To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...
    www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/gettin...
    Wed Jun 05 13:35:50 UTC 2024
      28.3K bytes
      Cache
     
  19. Elastic Google Drive connector reference | Ente...

    Connector testing for more details. To perform E2E testing for the...command: make ftest NAME=google_drive For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-drive.html
    Wed Jun 05 13:35:43 UTC 2024
      51.4K bytes
      Cache
     
  20. Elastic Zoom connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=zoom For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-zoom.html
    Wed Jun 05 13:35:40 UTC 2024
      50.8K bytes
      Cache
     
Back to top