Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 575 for tests (0.11 sec)

  1. Elastic Microsoft Teams connector reference | E...

    Connector testing for more details. To perform E2E testing for the...present version. End-to-end Testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-teams.html
    Thu Apr 11 16:52:22 UTC 2024
      35.2K bytes
      Cache
     
  2. 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
    Fri Apr 26 16:41:50 UTC 2024
      95K bytes
      Cache
     
  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
    Fri Apr 26 16:41:51 UTC 2024
      60.4K bytes
      Cache
     
  4. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Fri Apr 26 16:41:50 UTC 2024
      61.3K bytes
      Cache
     
  5. sklearn.model_selection.StratifiedShuffleSplit ...

    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.StratifiedShuffleSplit.html
    Fri Apr 26 16:41:50 UTC 2024
      32.3K bytes
      Cache
     
  6. Elastic Jira connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...https://192.158.1.38:8080/ https://test_user.atlassian.net/ Jira project...
    www.elastic.co/guide/en/enterprise-search/current/connectors-jira.html
    Thu Apr 11 16:52:22 UTC 2024
      60.3K bytes
      Cache
     
  7. 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
    Fri Apr 26 16:41:48 UTC 2024
      32.8K bytes
      Cache
     
  8. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Apr 26 16:41:51 UTC 2024
      48.4K bytes
      1 views
      Cache
     
  9. 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
     
  10. sklearn.model_selection.GroupShuffleSplit — sci...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Fri Apr 26 16:41:50 UTC 2024
      39.2K bytes
      Cache
     
Back to top