Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Fri Jul 11 17:08:41 UTC 2025
      118.2K bytes
      Cache
     
  2. cross_validate — scikit-learn 1.7.0 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
    Fri Jul 11 17:08:38 UTC 2025
      137.7K bytes
      Cache
     
  3. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Fri Jul 11 17:08:38 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  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 Jul 11 17:08:41 UTC 2025
      1.7M bytes
      7 views
     
  5. LearningCurveDisplay — scikit-learn 1.7.0 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
    Thu Jul 10 15:56:50 UTC 2025
      144.5K bytes
      Cache
     
  6. 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...
    Fri Jul 11 17:08:39 UTC 2025
      141.6K bytes
      Cache
     
  7. 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
    Thu Jul 10 15:56:50 UTC 2025
      10.8K bytes
     
  8. AdaBoostClassifier — scikit-learn 1.7.0 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Fri Jul 11 17:08:41 UTC 2025
      158.1K bytes
      Cache
     
  9. 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
    Sat Jul 12 01:13:34 UTC 2025
      374.3K bytes
      Cache
     
  10. CalibratedClassifierCV — scikit-learn 1.7.0 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Fri Jul 11 17:08:38 UTC 2025
      154.7K bytes
      Cache
     
  11. MetaTalk

    June 19 test MeTa queue test [ more inside ] posted by Testy Tess...at 3:02 PM - 6 comments Queue test Is this MetaTalk post published...
    metatalk.metafilter.com
    Thu Jul 10 01:01:32 UTC 2025
      38.2K bytes
      1 views
      Cache
     
  12. StratifiedKFold — scikit-learn 1.7.0 documentation

    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.StratifiedKFold.html
    Fri Jul 11 17:08:41 UTC 2025
      124.7K bytes
      Cache
     
  13. Longer context ≠ Better: Why RAG still matters ...

    some statements to put to the test: Convenience : Not many models...and hybrid search . Test definition Model/RAG specs LLM Model:...
    www.elastic.co/search-labs/blog/rag-vs-long-context-model-llm
    Sat Jul 12 01:14:09 UTC 2025
      199.6K bytes
      Cache
     
  14. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Jul 11 17:08:41 UTC 2025
      16.3K bytes
     
  15. ElasticNet — scikit-learn 1.7.0 documentation

    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.ElasticNet.html
    Fri Jul 11 17:08:41 UTC 2025
      166.1K bytes
      Cache
     
  16. RepeatedKFold — scikit-learn 1.7.0 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Jul 11 17:08:38 UTC 2025
      119.4K bytes
      Cache
     
  17. Building an MCP server with Elasticsearch for r...

    Running a test Let's test a simple tool to see it...resources and tools effectively: Testing your server with MCP Inspector...
    www.elastic.co/search-labs/blog/how-to-build-mcp-server
    Fri Jul 04 01:04:32 UTC 2025
      285.7K bytes
      Cache
     
  18. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Jul 11 17:08:39 UTC 2025
      52.9K bytes
     
  19. GraphicalLassoCV — scikit-learn 1.7.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Fri Jul 11 17:08:39 UTC 2025
      139.9K bytes
      Cache
     
  20. learning_curve — scikit-learn 1.7.0 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Thu Jul 10 15:56:49 UTC 2025
      125.7K bytes
      Cache
     
Back to top