Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 1,727 for test (0.13 sec)

  1. Governor Newsom takes proactive action to stren...

    already established the largest testing and monitoring system in the...outbreak. Building on California’s testing and monitoring system — the...
    www.gov.ca.gov/2024/12/18/governor-newsom-takes-proactive-action-to-strengthen-robust-state-respo...
    Thu Dec 19 01:12:16 UTC 2024
      296.1K bytes
      Cache
     
  2. set_config — scikit-learn 1.6.0 documentation

    If ‘text’, estimators will be displayed as text. Default...for easier benchmarking and testing of scikit-learn internals....
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Fri Dec 20 11:14:14 UTC 2024
      120.2K bytes
      Cache
     
  3. Version 0.20 — scikit-learn 1.6.0 documentation

    text.CountVectorizer and other text vectorizers could...feature_extraction.text.CountVectorizer , feature_extraction.text.TfidfVectorizer...
    scikit-learn.org/stable/whats_new/v0.20.html
    Fri Dec 20 11:14:18 UTC 2024
      309.5K bytes
      Cache
      Similar Results (1)
     
  4. is_regressor — scikit-learn 1.7.dev0 documentation

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/dev/modules/generated/sklearn.base.is_regressor.html
    Mon Dec 09 18:03:46 UTC 2024
      106.4K bytes
      Cache
      Similar Results (1)
     
  5. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Fri Dec 20 11:14:18 UTC 2024
      5.7K bytes
     
  6. Effect of transforming the targets in regressio...

    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/auto_examples/compose/plot_transformed_target.html
    Fri Dec 20 11:14:18 UTC 2024
      125.5K bytes
      Cache
     
  7. Version 0.17 — scikit-learn 1.7.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri Dec 20 11:14:19 UTC 2024
      88.8K bytes
      Cache
      Similar Results (1)
     
  8. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Fri Dec 20 11:14:18 UTC 2024
      102.6K bytes
      Cache
     
  9. 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 Dec 20 11:14:18 UTC 2024
      93.9K bytes
      Cache
     
  10. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Fri Dec 20 11:14:18 UTC 2024
      172.2K bytes
      Cache
     
Back to top