Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 1,324 for test (4.33 sec)

  1. fetch_20newsgroups — scikit-learn 1.7.2 documen...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Mon Sep 15 09:31:45 UTC 2025
      119.5K bytes
      Cache
     
  2. Contributing — scikit-learn 1.7.2 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/stable/developers/contributing.html
    Mon Sep 15 09:31:44 UTC 2025
      140.2K bytes
      1 views
      Cache
     
  3. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Sep 15 09:31:45 UTC 2025
      118.2K bytes
      Cache
     
  4. GroupKFold — scikit-learn 1.7.2 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Sep 15 09:31:45 UTC 2025
      127.1K bytes
      Cache
     
  5. validation_curve — scikit-learn 1.7.2 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Sep 15 09:31:45 UTC 2025
      121.9K bytes
      Cache
     
  6. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      89.3K bytes
      1 views
     
  7. 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
    Mon Sep 15 09:31:46 UTC 2025
      1.7M bytes
      7 views
     
  8. cross_validate — scikit-learn 1.7.2 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Sep 15 09:31:44 UTC 2025
      138.3K bytes
      Cache
     
  9. KNeighborsRegressor — scikit-learn 1.7.2 docume...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Mon Sep 15 09:31:44 UTC 2025
      151.8K bytes
      Cache
     
  10. Overview | Elastic Docs

    into a training and a test set. The test set won’t be used to...data frame analytics. Train, test, iterate After your data is...
    www.elastic.co/docs/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-overview
    Mon Sep 15 18:41:43 UTC 2025
      181K bytes
      Cache
     
  11. Quickstart: Create a Synthetic Monitor | Elasti...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/docs/solutions/observability/get-started/quickstart-create-synthetic-monitor
    Tue Sep 16 02:03:34 UTC 2025
      296.3K bytes
      Cache
     
  12. LearningCurveDisplay — scikit-learn 1.7.2 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon Sep 15 09:31:44 UTC 2025
      144.5K bytes
      Cache
     
  13. World's most downloaded vector database: Elasti...

    "my_text" : { "type" : "text" }, "category": {...retrieval in a single query. Test RAG fast — no setup needed Stop...
    www.elastic.co/elasticsearch/vector-database
    Tue Sep 16 00:34:52 UTC 2025
      644.2K bytes
      1 views
      Cache
     
  14. OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Mon Sep 15 09:31:44 UTC 2025
      134K bytes
      2 views
      Cache
     
  15. minmax_scale — scikit-learn 1.7.2 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
    Mon Sep 15 09:31:44 UTC 2025
      115.6K bytes
      Cache
     
  16. 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
    Fri Sep 12 13:34:50 UTC 2025
      10.8K bytes
     
  17. ExtraTreesRegressor — scikit-learn 1.7.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Sep 15 09:31:44 UTC 2025
      162.1K bytes
      Cache
     
  18. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Mon Sep 15 09:31:44 UTC 2025
      141.5K bytes
      Cache
     
  19. NuSVR — scikit-learn 1.7.2 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Mon Sep 15 09:31:45 UTC 2025
      142.4K bytes
      Cache
     
  20. Observability: Get Started creating a synthetic...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/getting-started/observability/create-synthetic-monitor
    Mon Aug 18 01:13:32 UTC 2025
      371.8K bytes
      Cache
     
Back to top