Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 900 for tests (0.11 sec)

  1. Non-negative least squares — scikit-learn 1.5.2...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri Sep 20 10:21:50 UTC 2024
      89.1K bytes
      Cache
     
  2. GroupKFold — scikit-learn 1.5.2 documentation

    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.GroupKFold.html
    Fri Sep 20 10:21:48 UTC 2024
      124.9K bytes
      Cache
     
  3. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Fri Sep 20 10:21:48 UTC 2024
      96.7K bytes
      Cache
     
  4. class_likelihood_ratios — scikit-learn 1.5.2 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Fri Sep 20 10:21:48 UTC 2024
      118.3K bytes
      Cache
     
  5. Feature discretization — scikit-learn 1.5.2 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Sep 20 10:21:50 UTC 2024
      123.9K bytes
      Cache
     
  6. 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
    Fri Sep 20 10:21:50 UTC 2024
      94.1K bytes
      Cache
     
  7. cross_validate — scikit-learn 1.5.2 documentation

    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
    Fri Sep 20 10:21:48 UTC 2024
      136.4K bytes
      Cache
     
  8. 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
    Fri Sep 20 10:21:47 UTC 2024
      110.9K bytes
      Cache
     
  9. validation_curve — scikit-learn 1.5.2 documenta...

    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
    Fri Sep 20 10:21:48 UTC 2024
      117.5K bytes
      Cache
     
  10. Installing scikit-learn — scikit-learn 1.6.dev0...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/dev/install.html
    Fri Sep 20 10:21:47 UTC 2024
      54.5K bytes
      Cache
      Similar Results (1)
     
Back to top