Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 310 for tests (0.1 sec)

  1. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Wed Jun 05 00:53:47 UTC 2024
      10K bytes
     
  2. Pipelining: chaining a PCA and a logistic regre...

    ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...[ "mean_test_score" ], yerr = best_clfs [ "std_test_score" ],...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Jun 05 23:00:23 UTC 2024
      96.4K bytes
      Cache
     
  3. 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
    Wed Jun 05 23:00:24 UTC 2024
      88.7K bytes
      Cache
     
  4. Linear Regression Example — scikit-learn 1.5.0 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Wed Jun 05 23:00:24 UTC 2024
      89.2K bytes
      Cache
     
  5. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Wed Jun 05 23:00:23 UTC 2024
      97.5K bytes
      Cache
     
  6. Elastic Oracle connector reference | Enterprise...

    Connector testing for more details. To execute a functional test for...client operations End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-oracle.html
    Wed Jun 05 13:35:43 UTC 2024
      50.4K bytes
      Cache
     
  7. Elastic PostgreSQL connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...subset of tables. End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-postgresql.html
    Wed Jun 05 13:35:40 UTC 2024
      59.8K bytes
      Cache
     
  8. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Wed Jun 05 00:53:44 UTC 2024
      16.3K bytes
     
  9. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Wed Jun 05 00:53:44 UTC 2024
      20.2K bytes
     
  10. Connector clients (self-managed) | Enterprise S...

    Connector testing The connector framework enables...you to run end-to-end (E2E) tests on your connector clients, against...
    www.elastic.co/guide/en/enterprise-search/current/build-connector.html
    Wed Jun 05 13:35:43 UTC 2024
      23.5K bytes
      1 views
      Cache
     
Back to top