Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 570 for tests (0.18 sec)

  1. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Tue May 14 20:49:02 UTC 2024
      34.9K bytes
      Cache
     
  2. sklearn.model_selection.cross_validate — scikit...

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Tue May 14 20:49:01 UTC 2024
      43.1K bytes
      Cache
     
  3. Effect of varying threshold for self-training —...

    train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Tue May 14 20:49:02 UTC 2024
      39.2K bytes
      Cache
     
  4. Confusion matrix — scikit-learn 1.4.2 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
    Tue May 14 20:49:03 UTC 2024
      26.4K bytes
      Cache
     
  5. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Tue May 14 20:49:03 UTC 2024
      35.2K bytes
      Cache
     
  6. Elastic Microsoft SQL connector reference | Ent...

    Connector testing for more details. To perform E2E testing for the...Content extraction . End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-ms-sql.html
    Thu May 09 14:03:31 UTC 2024
      59.7K bytes
      Cache
     
  7. 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
    Tue May 14 20:49:02 UTC 2024
      35K bytes
      Cache
     
  8. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Tue May 14 20:49:03 UTC 2024
      37.3K bytes
      Cache
     
  9. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structur...
    Mon Mar 18 15:47:33 UTC 2024
      30.5K bytes
      Cache
     
  10. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Tue May 14 20:49:02 UTC 2024
      52K bytes
      Cache
     
Back to top