Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Installing scikit-learn — scikit-learn 1.5.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.23 docs,...
    scikit-learn.org/stable/install.html
    Thu May 23 20:54:14 UTC 2024
      55K bytes
      Cache
      Similar Results (1)
     
  2. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Thu May 23 20:54:13 UTC 2024
      45.7K bytes
      Cache
     
  3. 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
    Thu May 23 20:54:14 UTC 2024
      92.8K bytes
      Cache
     
  4. 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
    Thu May 23 20:54:14 UTC 2024
      96.4K bytes
      Cache
     
  5. Logistic function — scikit-learn 1.5.0 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
    Thu May 23 20:54:15 UTC 2024
      94.8K bytes
      Cache
     
  6. Elastic Zoom connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=zoom For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-zoom.html
    Thu May 23 10:23:19 UTC 2024
      32.6K bytes
      Cache
     
  7. Working With Text Data — scikit-learn 1.5.0 doc...

    >>> docs_test = twenty_test . data >>> predicted = text_clf . predict...object’s best_score_ and best_params_ attributes store the best mean...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Thu May 23 20:54:15 UTC 2024
      80.1K bytes
      Cache
     
  8. Linear Regression Example — scikit-learn 1.5.0 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu May 23 20:54:14 UTC 2024
      89.2K bytes
      Cache
     
  9. 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/stable/computing/parallelism.html
    Thu May 23 20:54:14 UTC 2024
      66.2K bytes
      Cache
      Similar Results (1)
     
  10. Orthogonal Matching Pursuit — scikit-learn 1.5....

    Train error vs Test error Train error vs Test error Feature agglomeration...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Thu May 23 20:54:14 UTC 2024
      96.6K bytes
      Cache
     
Back to top