Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 548 for tests (0.1 sec)

  1. 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
    Wed May 08 07:10:45 UTC 2024
      43.1K bytes
      Cache
     
  2. 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
    Wed May 08 07:10:46 UTC 2024
      35.2K bytes
      Cache
     
  3. 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
    Wed May 08 07:10:45 UTC 2024
      37.3K bytes
      Cache
     
  4. 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
    Wed May 08 07:10:46 UTC 2024
      52K bytes
      Cache
     
  5. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed May 08 07:10:46 UTC 2024
      28.2K bytes
      Cache
     
  6. 7.2. Real world datasets — scikit-learn 1.4.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Wed May 08 07:10:46 UTC 2024
      80.9K bytes
      Cache
     
  7. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Wed May 08 07:10:45 UTC 2024
      56.8K bytes
      Cache
     
  8. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Wed May 08 07:10:45 UTC 2024
      85.1K bytes
      Cache
     
  9. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Wed May 08 07:10:46 UTC 2024
      61.8K bytes
      Cache
     
  10. Logistic function — scikit-learn 1.4.2 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed May 08 07:10:46 UTC 2024
      32.7K bytes
      Cache
     
Back to top