Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 146 for test (0.07 sec)

  1. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Thu May 23 20:54:15 UTC 2024
      95.7K bytes
      Cache
     
  2. 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 23 10:23:19 UTC 2024
      88K bytes
      Cache
     
  3. Decision Tree Regression — scikit-learn 1.5.0 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Thu May 23 20:54:14 UTC 2024
      91.4K bytes
      Cache
     
  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/stable/computing/parallelism.html
    Thu May 23 20:54:14 UTC 2024
      66.2K bytes
      Cache
      Similar Results (1)
     
  5. 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
     
  6. Caching nearest neighbors — scikit-learn 1.5.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Thu May 23 20:54:14 UTC 2024
      93K bytes
      Cache
     
  7. 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
    Thu May 23 20:54:14 UTC 2024
      95.5K bytes
      Cache
     
  8. 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
    Thu May 23 20:54:14 UTC 2024
      84.4K bytes
      Cache
     
  9. Getting Started — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Thu May 23 20:54:14 UTC 2024
      52.8K bytes
      Cache
      Similar Results (1)
     
  10. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Thu May 23 20:54:14 UTC 2024
      95K bytes
      Cache
     
Back to top