Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 298 for test (0.09 sec)

  1. 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
    Wed May 22 15:20:09 UTC 2024
      45.7K bytes
      Cache
     
  2. 1.13. Feature selection — scikit-learn 1.5.0 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Wed May 22 15:20:08 UTC 2024
      78.4K bytes
      Cache
     
  3. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Wed May 22 15:20:07 UTC 2024
      97.3K bytes
      Cache
     
  4. Elastic Microsoft SQL connector reference | Ent...

    Connector testing for more details. To perform E2E testing for the...command: make ftest NAME=mssql For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-ms-sql.html
    Thu May 09 14:03:31 UTC 2024
      59.7K bytes
      Cache
     
  5. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Wed May 22 15:20:05 UTC 2024
      97.5K bytes
      Cache
     
  6. Elastic Confluence connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=confluence For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-confluence.html
    Thu May 09 14:03:31 UTC 2024
      58.5K bytes
      1 views
      Cache
     
  7. Elastic Dropbox connector reference | Enterpris...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=dropbox For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-dropbox.html
    Thu May 09 14:03:31 UTC 2024
      60.5K bytes
      Cache
     
  8. Elastic SharePoint Online connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_online For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint-online.html
    Thu May 16 16:21:35 UTC 2024
      88K bytes
      Cache
     
  9. 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
    Wed May 22 15:20:07 UTC 2024
      92.8K bytes
      Cache
     
  10. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Wed May 22 15:20:10 UTC 2024
      90.1K bytes
      Cache
     
Back to top