Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 320 of 1,867 for test (0.19 sec)

  1. 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
    Fri Apr 26 16:41:51 UTC 2024
      76.3K bytes
      Cache
     
  2. sklearn.calibration.CalibrationDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Fri Apr 26 16:41:50 UTC 2024
      50.6K bytes
      Cache
     
  3. Decision Tree Regression — scikit-learn 1.4.2 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Apr 26 16:41:50 UTC 2024
      28.7K bytes
      Cache
     
  4. sklearn.feature_selection.f_regression — scikit...

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Fri Apr 26 16:41:50 UTC 2024
      28.2K bytes
      Cache
     
  5. Elastic ServiceNow connector reference | Enterp...

    atf_test_designer , atf_test_admin Knowledge admin...sn_request_read , asset , atf_test_designer , atf_test_admin Knowledge admin...
    www.elastic.co/guide/en/enterprise-search/current/connectors-servicenow.html
    Thu Apr 11 16:52:22 UTC 2024
      57.5K bytes
      Cache
     
  6. sklearn.metrics.PrecisionRecallDisplay — scikit...

    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.PrecisionRecallDisplay.html
    Fri Apr 26 16:41:50 UTC 2024
      59K bytes
      Cache
     
  7. 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 Apr 11 16:52:22 UTC 2024
      32.6K bytes
      Cache
     
  8. Elastic Azure Blob Storage connector reference ...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=azure_blob_storage For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-azure-blob.html
    Thu Apr 11 16:52:22 UTC 2024
      44.4K bytes
      Cache
     
  9. 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
    Fri Apr 26 16:41:50 UTC 2024
      59.5K bytes
      Cache
     
  10. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Fri Apr 26 16:41:50 UTC 2024
      59K bytes
      Cache
     
  11. sklearn.model_selection.StratifiedGroupKFold — ...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Fri Apr 26 16:41:50 UTC 2024
      41K bytes
      Cache
     
  12. Column Transformer with Mixed Types — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Fri Apr 26 16:41:51 UTC 2024
      121.4K bytes
      Cache
     
  13. Quick start | Elasticsearch Guide [8.13] | Elastic

    you prefer to manage your own test environment, install and run...start, which makes sense for testing and development. Refer to Install...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Mon Apr 08 15:40:40 UTC 2024
      45.9K bytes
      Cache
     
  14. sklearn.model_selection.StratifiedKFold — sciki...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Fri Apr 26 16:41:50 UTC 2024
      34.9K bytes
      Cache
     
  15. ハンズオンセクション 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
     
  16. 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 Apr 26 16:41:51 UTC 2024
      59.2K bytes
      Cache
     
  17. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Fri Apr 26 16:41:51 UTC 2024
      43.2K bytes
      Cache
     
  18. Offizielle Preisinformationen zu Elasticsearch:...

    auf den verwalteten globalen Test-Dienst für Synthetic Monitoring...auf den verwalteten globalen Test-Dienst für Synthetic Monitoring...
    www.elastic.co/de/pricing
    Fri Apr 05 00:28:05 UTC 2024
      455.3K bytes
      Cache
     
  19. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Fri Apr 26 16:41:51 UTC 2024
      41.3K bytes
      Cache
     
  20. sklearn.metrics.DetCurveDisplay — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Fri Apr 26 16:41:50 UTC 2024
      45.8K bytes
      Cache
     
Back to top