Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 142 for test (0.08 sec)

  1. Elastic Universal Profiling: Delivering perform...

    implement a quick workaround to test our hypothesis. Apart from having...
    www.elastic.co/observability-labs/blog/elastic-universal-profiling-performance-improvements-reduc...
    Sat Jun 01 01:03:57 UTC 2024
      97.5K bytes
      Cache
     
  2. Non-negative least squares — scikit-learn 1.5.0...

    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 May 31 14:06:06 UTC 2024
      92.8K bytes
      Cache
     
  3. Version 0.15 — scikit-learn 1.6.dev0 documentation

    only for running the tests. By Joel Nothman . Many documentation...and ROC examples now use train_test_split, and have more explanation...
    scikit-learn.org/dev/whats_new/v0.15.html
    Fri May 31 14:06:04 UTC 2024
      80.9K bytes
      Cache
      Similar Results (1)
     
  4. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Fri May 31 14:06:03 UTC 2024
      62.2K bytes
      Cache
      Similar Results (1)
     
  5. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri May 31 14:06:07 UTC 2024
      61.2K bytes
      Cache
     
  6. Sparsity Example: Fitting only features 1 and 2...

    indices ] X_test = X [ - 20 :, indices ] y_train...y_train = y [: - 20 ] y_test = y [ - 20 :] Next we fit a linear...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html
    Fri May 31 14:06:06 UTC 2024
      92K bytes
      Cache
     
  7. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Fri May 31 14:06:04 UTC 2024
      96.4K bytes
      Cache
     
  8. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Fri May 31 14:06:06 UTC 2024
      95.5K bytes
      Cache
     
  9. Version 0.17 — scikit-learn 1.6.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri May 31 14:06:06 UTC 2024
      90.3K bytes
      Cache
      Similar Results (1)
     
  10. Frequently Asked Questions — scikit-learn 1.6.d...

    features; see Text feature extraction for the built-in text vectorizers...# scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/dev/faq.html
    Fri May 31 14:06:06 UTC 2024
      80.3K bytes
      Cache
      Similar Results (1)
     
Back to top