Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 165 for test (0.07 sec)

  1. 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
    Fri May 31 14:06:07 UTC 2024
      88.4K bytes
      Cache
     
  2. Cython Best Practices, Conventions and Knowledg...

    print ( f "{test_val=}" ) scikit-learn codebase...to top Ctrl + K GitHub Cython Best Practices, Conventions and Knowledge...
    scikit-learn.org/dev/developers/cython.html
    Fri May 31 14:06:03 UTC 2024
      36.5K bytes
      Cache
     
  3. Installing the development version of scikit-le...

    Test dependencies # Running tests requires: pytest...scikit-learn project build, test and upload wheel packages for...
    scikit-learn.org/dev/developers/advanced_installation.html
    Fri May 31 14:06:05 UTC 2024
      60.6K bytes
      Cache
      Similar Results (1)
     
  4. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Fri May 31 14:06:06 UTC 2024
      96.3K bytes
      Cache
     
  5. Recursive feature elimination with cross-valida...

    [ "mean_test_score" ], yerr = cv_results [ "std_test_score" ],...selected" ) plt . ylabel ( "Mean test accuracy" ) plt . errorbar (...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Fri May 31 14:06:06 UTC 2024
      93.3K bytes
      Cache
     
  6. 1.10. Decision Trees — scikit-learn 1.5.0 docum...

    validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...
    scikit-learn.org/stable/modules/tree.html
    Fri May 31 14:06:04 UTC 2024
      96.8K bytes
      Cache
     
  7. Elastic PostgreSQL connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=postgresql For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-postgresql.html
    Wed May 29 12:24:55 UTC 2024
      59.8K bytes
      Cache
     
  8. Elastic Oracle connector reference | Enterprise...

    Connector testing for more details. To execute a functional test for...client operations End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-oracle.html
    Wed May 29 12:24:55 UTC 2024
      50.9K bytes
      Cache
     
  9. Maintainer/Core-Developer Information — scikit-...

    you can test upload to test.pypi.org: twine upload...also write basic tests following those in test_enable_hist_gradient_boosting.py...
    scikit-learn.org/dev/developers/maintainer.html
    Fri May 31 14:06:05 UTC 2024
      59.4K bytes
      1 views
      Cache
     
  10. 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
     
Back to top