Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 223 for test (0.08 sec)

  1. 5. Visualizations — scikit-learn 1.5.0 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Wed Jun 05 23:00:23 UTC 2024
      48.4K bytes
      Cache
     
  2. Version 0.13 — scikit-learn 1.5.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Wed Jun 05 23:00:22 UTC 2024
      76.8K bytes
      Cache
      Similar Results (1)
     
  3. Getting Started — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Wed Jun 05 23:00:24 UTC 2024
      52.8K bytes
      Cache
     
  4. Getting Started — scikit-learn 1.6.dev0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/dev/getting_started.html
    Wed Jun 05 23:00:21 UTC 2024
      49.1K bytes
      Cache
     
  5. SVM Exercise — scikit-learn 1.5.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Wed Jun 05 23:00:23 UTC 2024
      95.7K bytes
      Cache
     
  6. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Wed Jun 05 23:00:22 UTC 2024
      55.3K bytes
      Cache
     
  7. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Wed Jun 05 23:00:24 UTC 2024
      88.4K bytes
      Cache
     
  8. Kibana Guide [8.14] | Elastic

    Common Issues Event log index Test connectors Observability Playground...How we use Git and GitHub Testing Interpreting CI Failures CI...
    www.elastic.co/guide/en/kibana/current/index.html
    Wed Jun 05 13:35:41 UTC 2024
      76.8K bytes
      Cache
     
  9. Pipelining: chaining a PCA and a logistic regre...

    errorbar ( best_clfs [ components_col ], best_clfs [ "mean_test_score"...ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Jun 05 23:00:23 UTC 2024
      96.4K bytes
      Cache
     
  10. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Wed Jun 05 00:53:44 UTC 2024
      66.2K bytes
      Cache
      Similar Results (1)
     
Back to top