Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 221 - 240 of 2,850 for test (2.16 seconds)

  1. Target Encoder’s Internal Cross fitting —...

    dataset and perform a train test split: import pandas as pd from...print ( "Raw Model score on test set: " , raw_model . score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Dec 22 11:58:31 GMT 2025
      112.5K bytes
      Cache
     
  2. Open Source Full-text Search Server - Fess Deve...

    Testing Create and run unit tests to verify changes...# JSP files │ └── test/ │ └── java/ # Test code ├── pom.xml #...
    fess.codelibs.org/dev/getting-started.html
    Mon Dec 22 02:41:32 GMT 2025
      47.1K bytes
      1 views
      Cache
     
  3. cross_validate — scikit-learn 1.8.0 docum...

    splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Dec 22 11:58:31 GMT 2025
      137K bytes
      Cache
     
  4. KFold — scikit-learn 1.8.0 documentation

    scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Mon Dec 22 11:58:31 GMT 2025
      123.7K bytes
      Cache
     
  5. Multiclass sparse logistic regression on 20newg...

    [model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Dec 22 11:58:30 GMT 2025
      105.9K bytes
      Cache
     
  6. LearningCurveDisplay — scikit-learn 1.8.0...

    n_cv_folds) Scores on test set. score_name str, default=None...corresponding to the mean train and test scores. If another style is...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon Dec 22 11:58:29 GMT 2025
      145K bytes
      Cache
     
  7. 3.1. Cross-validation: evaluating estimator per...

    train-test split indices) in addition to the test score. For...to the test set . Thus, one can create the training/test sets using...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Dec 22 11:58:31 GMT 2025
      162.2K bytes
      Cache
     
  8. Prediction Intervals for Gradient Boosting Regr...

    It still shows that the best test metric is obtained when the...expected_y + noise Split into train, test datasets: X_train , X_test ,...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon Dec 22 11:58:31 GMT 2025
      140.7K bytes
      Cache
     
  9. Guide de contribution

    appropriées Tests Suffisamment de tests sont-ils écrits Les tests passent-ils...existe }); Rédaction de tests Écrire des tests pour toutes les méthodes...
    fess.codelibs.org/fr/dev/contributing.html
    Mon Dec 22 02:43:57 GMT 2025
      63.3K bytes
      Cache
     
  10. getting_started.rst.txt

    disclosing some testing data in your training data....<datasets>`, split it into train and test sets, and compute the accuracy...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Dec 04 11:53:55 GMT 2025
      10.3K bytes
     
  11. Serveur de recherche plein texte open source - ...

    Tests Créez et exécutez des tests unitaires pour...Fichiers JSP │ └── test/ │ └── java/ # Code de test ├── pom.xml #...
    fess.codelibs.org/fr/dev/getting-started.html
    Mon Dec 22 02:43:57 GMT 2025
      50.4K bytes
      Cache
     
  12. train_test_split &#8212; scikit-learn 1.8.0 doc...

    on a Text Dataset Semi-supervised Classification on a Text Dataset...matrices into random train and test subsets. Quick utility that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Dec 22 11:58:31 GMT 2025
      165.4K bytes
      1 views
      Cache
     
  13. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Mon Dec 22 02:15:38 GMT 2025
      496.8K bytes
      Cache
     
  14. Wildcard-Suche

    test, tests oder tester. Außerdem te...Ein-Zeichen-Wildcard behandelt, z. B. text oder test. Um ein Mehrzeichen-Wildcard...
    fess.codelibs.org/de/15.3/user/search-wildcard.html
    Mon Dec 22 02:41:26 GMT 2025
      22.2K bytes
      Cache
     
  15. plot_multi_metric_evaluation.py

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Sat Nov 29 05:08:38 GMT 2025
      3.6K bytes
     
  16. L1-based models for Sparse Signals &#8212; scik...

    split the data into train and test sets for simplicity. In practice...estimate the variance of the test score. Here we set shuffle=&quot;False&quot;...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Dec 22 11:58:30 GMT 2025
      125.1K bytes
      Cache
     
  17. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Dec 22 11:58:31 GMT 2025
      126.6K bytes
      Cache
     
  18. Set up an end-to-end use case for local AI agen...

    build and test AI-driven applications by using REST APIs, an MCP...Key takeaways MCP versus REST APIs: REST endpoints need extra wrappers...
    developer.ibm.com/tutorials/local-ai-agent-workflow-mcp-watsonx-orchestrate/
    Mon Dec 22 12:35:28 GMT 2025
      698.6K bytes
      Cache
     
  19. Implement Elasticsearch with retrieval augmente...

    Test the connection by clicking Test connection ....steps. Click Test connection and there should be Test Successful...
    developer.ibm.com/tutorials/awb-integration-of-wx-ai-watsonx-discovery-watson-assisant/
    Tue Dec 16 02:49:54 GMT 2025
      731.2K bytes
      Cache
     
  20. Búsqueda con comodines

    como test, tests o tester. Además, te * t...comodín de un carácter, como text o test. Para utilizar un comodín...
    fess.codelibs.org/es/15.3/user/search-wildcard.html
    Mon Dec 22 02:42:39 GMT 2025
      22.6K bytes
      Cache
     
Back to Top