Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 124 for tests (0.5 sec)

  1. 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
    Fri May 31 14:06:04 UTC 2024
      92.8K bytes
      Cache
     
  2. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Wed May 29 10:52:43 UTC 2024
      77.2K bytes
      Cache
     
  3. 1.5. Stochastic Gradient Descent — scikit-learn...

    ( X_train ) X_test = scaler . transform ( X_test ) # apply same...other \(K-1\) classes. At testing time, we compute the confidence...
    scikit-learn.org/stable/modules/sgd.html
    Fri May 31 14:06:07 UTC 2024
      92.6K 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
    Fri May 31 14:06:04 UTC 2024
      86.3K bytes
      Cache
     
  5. Pipelining: chaining a PCA and a logistic regre...

    ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...[ "mean_test_score" ], yerr = best_clfs [ "std_test_score" ],...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Fri May 31 14:06:06 UTC 2024
      96.4K bytes
      Cache
     
  6. Working With Text Data — scikit-learn 1.5.0 doc...

    >>> twenty_test = fetch_20newsgroups ( subset = 'test' , ... categories...random_state = 42 ) >>> docs_test = twenty_test . data >>> predicted...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Wed May 29 10:52:44 UTC 2024
      80.1K bytes
      Cache
     
  7. 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:04 UTC 2024
      93.3K bytes
      Cache
     
  8. 1. Metadata Routing — scikit-learn 1.5.0 docume...

    permutation_test_score sklearn.model_selection.validation_curve...
    scikit-learn.org/stable/metadata_routing.html
    Fri May 31 14:06:07 UTC 2024
      93.8K bytes
      Cache
     
  9. MeFi Labs

    played with in this dedicated testing area. Current Experiments Recent...
    labs.metafilter.com/
    Wed May 29 00:42:15 UTC 2024
      16.9K bytes
      Cache
     
  10. 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:03 UTC 2024
      59.4K bytes
      1 views
      Cache
     
Back to top