Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,457 for test (0.21 sec)

  1. What Even Is a Mental Image? | MetaFilter

    that too and thought that the test in the article, trying to picture...took one of those aptitude tests in high school where I scored...
    www.metafilter.com/208169/What-Even-Is-a-Mental-Image
    Wed Mar 26 00:51:52 UTC 2025
      53.5K bytes
      Cache
     
  2. MultinomialNB — scikit-learn 1.6.1 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Thu Apr 17 23:17:16 UTC 2025
      152.6K bytes
      Cache
     
  3. TimeSeriesSplit — scikit-learn 1.6.1 documentation

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu Apr 17 23:17:18 UTC 2025
      129.7K bytes
      2 views
      Cache
     
  4. ShuffleSplit — scikit-learn 1.6.1 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Thu Apr 17 23:17:16 UTC 2025
      124.2K bytes
      Cache
     
  5. plot_classifier_comparison.zip

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Wed Apr 16 15:57:20 UTC 2025
      10.8K bytes
     
  6. StratifiedShuffleSplit — scikit-learn 1.6.1 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Thu Apr 17 23:17:16 UTC 2025
      122.4K bytes
      Cache
     
  7. fetch_species_distributions — scikit-learn 1.6....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu Apr 17 23:17:18 UTC 2025
      113.2K bytes
      Cache
     
  8. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Wed Apr 09 14:13:00 UTC 2025
      1.6M bytes
      6 views
     
  9. Feature Selection — scikit-learn 1.6.1 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Thu Apr 17 23:17:16 UTC 2025
      76.9K bytes
      Cache
     
  10. RFECV — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Thu Apr 17 23:17:18 UTC 2025
      157.4K bytes
      Cache
     
Back to top