Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 261 - 280 of 2,850 for test (1.1 seconds)

  1. Security Configuration

    O = Test , L = Test , C = DE Configure TLS/SSL...Advisories Validate updates in a test environment Apply updates to...
    fess.codelibs.org/15.3/install/security.html
    Sun Dec 21 02:39:05 GMT 2025
      39.5K bytes
      Cache
     
  2. MultinomialNB — scikit-learn 1.8.0 docume...

    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
    Mon Dec 22 11:58:31 GMT 2025
      152.5K bytes
      Cache
     
  3. Dimensionality Reduction with Neighborhood Comp...

    = True ) # Split into train/test X_train , X_test , y_train ,...neighbor accuracy on the embedded test set acc_knn = knn . score (...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Dec 22 11:58:30 GMT 2025
      98K bytes
      Cache
     
  4. Ordinary Least Squares and Ridge Regression &#8...

    evaluate on a test set, and visualize the predictions....and target into training and test sets. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Mon Dec 22 11:58:29 GMT 2025
      106.6K bytes
      Cache
     
  5. permutation_test_score — scikit-learn 1.8...

    implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...splitting the dataset into train/test set. Changed in version 1.6:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Dec 22 11:58:31 GMT 2025
      121.7K bytes
      Cache
     
  6. fetch_rcv1 — scikit-learn 1.8.0 documenta...

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Mon Dec 22 11:58:31 GMT 2025
      112.5K bytes
      Cache
     
  7. Non-negative least squares — scikit-learn...

    Split the data in train set and test set from sklearn.model_selection...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Mon Dec 22 11:58:29 GMT 2025
      93.3K bytes
      Cache
     
  8. StratifiedKFold — scikit-learn 1.8.0 docu...

    Provides train/test indices to split data in train/test sets. This...index=[1 3] Test: index=[0 2] Fold 1: Train: index=[0 2] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Dec 22 11:58:31 GMT 2025
      125.1K bytes
      Cache
     
  9. BeforeTestMethod (Spring Framework 7.0.1 API)

    -compliant methods within a Spring test ApplicationContext — for...xt.testMethod.name matches 'test.*'") . The EventPublishingTestE...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/a...
    Fri Feb 01 00:00:00 GMT 1980
      11.5K bytes
      Cache
     
  10. Contributing — scikit-learn 1.8.0 documen...

    sklearn path/to/tests See also Testing and improving test coverage ....matplotlib-related tests # Test fixtures ensure that a set of tests will be...
    scikit-learn.org/stable/developers/contributing.html
    Mon Dec 22 11:58:30 GMT 2025
      143.4K bytes
      Cache
     
  11. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Mon Dec 08 01:42:42 GMT 2025
      532K bytes
      Cache
     
  12. fetch_20newsgroups — scikit-learn 1.8.0 d...

    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 Dec 22 11:58:31 GMT 2025
      119.6K bytes
      Cache
     
  13. ComplementNB — scikit-learn 1.8.0 documen...

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Dec 22 11:58:31 GMT 2025
      153.6K bytes
      Cache
     
  14. SelectFpr — scikit-learn 1.8.0 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Mon Dec 22 11:58:31 GMT 2025
      133.4K bytes
      Cache
     
  15. MultiTaskLassoCV — scikit-learn 1.8.0 doc...

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Mon Dec 22 11:58:29 GMT 2025
      164K bytes
      Cache
     
  16. Develop a JMS application for CICS Liberty - IB...

    Test the MDB sample To test the MDB sample, download...MDB test. http://host:port/com.ibm.cicsdev.mqjms.web?test=readtsq...
    developer.ibm.com/tutorials/develop-jms-applications-for-ibm-cics-liberty/
    Mon Dec 22 12:44:52 GMT 2025
      742.2K bytes
      Cache
     
  17. learning_curve — scikit-learn 1.8.0 docum...

    cross-validated training and test scores for different training...dataset k times in training and test data. Subsets of the training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Dec 22 11:58:29 GMT 2025
      125.6K bytes
      Cache
     
  18. Permutation Importance with Multicollinear or C...

    get about 97% accuracy on a test dataset. Because this dataset...contradiction with the high test accuracy. We demo a possible...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Mon Dec 22 11:58:30 GMT 2025
      117.1K bytes
      Cache
     
  19. KNeighborsClassifier — scikit-learn 1.8.0...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Mon Dec 22 11:58:31 GMT 2025
      156K bytes
      Cache
     
  20. Writing clean, testable, high quality code in P...

    of using Nose to test unit test and doc test coverage on the highlight...avoidable. Writing tests before, such as the case of test-driven development...
    developer.ibm.com/articles/au-cleancode/
    Mon Dec 08 12:20:44 GMT 2025
      730.9K bytes
      Cache
     
Back to Top