Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 864 for test (0.16 sec)

  1. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Wed May 15 13:59:43 UTC 2024
      33.8K bytes
      Cache
     
  2. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Wed May 15 13:59:43 UTC 2024
      57.2K bytes
      Cache
     
  3. 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 09 14:03:11 UTC 2024
      35.2K bytes
      Cache
     
  4. Elastic Box connector reference | Enterprise Se...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=box For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-box.html
    Thu May 09 14:03:31 UTC 2024
      34.6K bytes
      Cache
     
  5. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Wed May 15 13:59:41 UTC 2024
      28K bytes
      Cache
     
  6. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Wed May 15 13:59:41 UTC 2024
      61.8K bytes
      Cache
     
  7. Integrations Developer Guide | Elastic

    integration Test an integration Asset testing Pipeline testing Static...Static testing System testing Publish an integration Developer workflows...
    www.elastic.co/guide/en/integrations-developer/current/index.html
    Thu May 09 18:19:40 UTC 2024
      13.5K bytes
      Cache
     
  8. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Wed May 15 13:59:41 UTC 2024
      79K bytes
      Cache
     
  9. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Wed May 15 13:59:43 UTC 2024
      32.8K bytes
      Cache
     
  10. 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 15 13:59:43 UTC 2024
      33K bytes
      Cache
     
  11. Logistic function — scikit-learn 1.4.2 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed May 15 13:59:40 UTC 2024
      32.7K bytes
      Cache
     
  12. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Wed May 15 13:59:41 UTC 2024
      81.1K bytes
      Cache
     
  13. Elastic Jira connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=jira For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-jira.html
    Thu May 09 14:03:31 UTC 2024
      60.3K bytes
      Cache
     
  14. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section1...
    Mon Mar 18 15:47:33 UTC 2024
      12.7K bytes
      Cache
     
  15. 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
    Thu May 09 14:03:31 UTC 2024
      32.6K bytes
      Cache
     
  16. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Wed May 15 13:59:43 UTC 2024
      88.7K bytes
      Cache
     
  17. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...classification performance Pre-test vs. post-test analysis Cross-validation...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Wed May 15 13:59:40 UTC 2024
      76.3K bytes
      Cache
     
  18. OpenTelemetry Bridge | APM .NET Agent Reference...

    var src = new ActivitySource("Test"); using var activity1 = sr...var src = new ActivitySource("Test"); tracer.CaptureTransaction(...
    www.elastic.co/guide/en/apm/agent/dotnet/current/opentelemetry-bridge.html
    Wed Mar 27 19:14:56 UTC 2024
      20.9K bytes
      Cache
     
  19. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Wed May 15 13:59:43 UTC 2024
      59.5K bytes
      Cache
     
  20. ハンズオンセクション 2 | DBFlute

    Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...
    dbflute.seasar.org/ja/tutorial/handson/section0...
    Mon Mar 18 15:47:33 UTC 2024
      27.8K bytes
      Cache
     
Back to top