Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,701 for test (0.11 sec)

  1. OneVsOneClassifier — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Fri May 31 14:06:07 UTC 2024
      149.2K bytes
      Cache
     
  2. 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 May 31 14:06:04 UTC 2024
      5.8K bytes
     
  3. Examples — scikit-learn 1.5.0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Fri May 31 14:06:06 UTC 2024
      251.5K bytes
      Cache
      Similar Results (1)
     
  4. 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
    Fri May 31 14:06:04 UTC 2024
      1.6M bytes
      4 views
     
  5. The Literary Mercenary: The Pros and Cons of Us...

    folks use these games as ways to test out story ideas, character concepts,...sandbox to play around in, testing out different ideas and structures...
    nealflitherland.blogspot.com/2020/02/the-pros-and-cons-of-using-tabletop.html
    Sun Jun 02 00:14:46 UTC 2024
      91.8K bytes
      Cache
     
  6. minmax_scale — scikit-learn 1.5.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Fri May 31 14:06:04 UTC 2024
      121.3K bytes
      Cache
     
  7. quantile_transform — scikit-learn 1.5.0 documen...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Fri May 31 14:06:07 UTC 2024
      122.9K bytes
      Cache
     
  8. plot_classifier_comparison.py

    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/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri May 31 14:06:06 UTC 2024
      4.9K bytes
      1 views
     
  9. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Sun Jun 02 00:58:30 UTC 2024
      354.6K bytes
      Cache
     
  10. ElasticNetCV — scikit-learn 1.5.0 documentation

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Fri May 31 14:06:07 UTC 2024
      171.5K bytes
      Cache
     
Back to top