Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 109 for test (0.08 sec)

  1. 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 30 15:22:04 UTC 2024
      91.4K bytes
      Cache
     
  2. 3. Model selection and evaluation — scikit-lear...

    Permutation test score 3.2. Tuning the hyper-parameters...
    scikit-learn.org/stable/model_selection.html
    Thu May 30 15:22:06 UTC 2024
      39K bytes
      Cache
     
  3. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Thu May 30 15:22:06 UTC 2024
      92.8K bytes
      Cache
     
  4. Digits Classification Exercise — scikit-learn 1...

    )] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Thu May 30 15:22:06 UTC 2024
      86.3K bytes
      Cache
     
  5. Frequently Asked Questions — scikit-learn 1.5.0...

    features; see Text feature extraction for the built-in text vectorizers...# scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/faq.html
    Thu May 30 15:22:05 UTC 2024
      83.7K bytes
      Cache
     
  6. scikit-learn Tutorials — scikit-learn 1.5.0 doc...

    Evaluation of the performance on the test set Parameter tuning using grid...it all together Working With Text Data Tutorial setup Loading...
    scikit-learn.org/stable/tutorial/index.html
    Thu May 30 15:22:06 UTC 2024
      32.1K bytes
      Cache
     
  7. 7.1. Toy datasets — scikit-learn 1.5.0 document...

    July; 1998 This is a copy of the test set of the UCI ML hand-written...set and different 13 to the test set. 32x32 bitmaps are divided...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Thu May 30 15:22:04 UTC 2024
      69.4K bytes
      Cache
     
  8. Docker — Elastic Search Labs

    for local development and testing with Elasticsearch is to use...
    www.elastic.co/search-labs/tutorials/install-elasticsearch/docker
    Fri May 31 00:49:00 UTC 2024
      62.4K bytes
      Cache
     
  9. 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
    Thu May 30 15:22:06 UTC 2024
      93.3K bytes
      Cache
     
  10. 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
    Thu May 30 15:22:04 UTC 2024
      96.3K bytes
      Cache
     
Back to top