Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,304 for test (0.67 sec)

  1. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Mon Jul 14 17:22:21 UTC 2025
      14.5K bytes
      3 views
     
  2. RidgeCV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Thu Jul 17 15:32:17 UTC 2025
      150K bytes
      Cache
     
  3. MLPRegressor — scikit-learn 1.7.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Thu Jul 17 15:32:16 UTC 2025
      163.1K bytes
      Cache
     
  4. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Wed Jul 16 16:04:03 UTC 2025
      7.8K bytes
     
  5. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Wed Jul 16 16:04:05 UTC 2025
      20.2K bytes
      1 views
     
  6. ComplementNB — scikit-learn 1.7.1 documentation

    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
    Thu Jul 17 15:32:17 UTC 2025
      153.1K bytes
      Cache
     
  7. feed

    "properties": { "text": { "type": "text", "copy_to": "semantic_text" }, "meta_description":...code => " nested_data = event.get('nested') if nested_data.is_a?(Hash)...
    www.elastic.co/search-labs/rss/feed
    Fri Jul 18 00:40:53 UTC 2025
      1.7M bytes
     
  8. StratifiedKFold — scikit-learn 1.7.1 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
    Thu Jul 17 15:32:17 UTC 2025
      124.7K bytes
      Cache
     
  9. SVC — scikit-learn 1.7.1 documentation

    Scalability Nested versus non-nested cross-validation Nested versus...versus non-nested cross-validation Test with permutations the significance...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Thu Jul 17 15:32:17 UTC 2025
      176.5K bytes
      Cache
     
  10. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Fri Jul 18 00:07:01 UTC 2025
      542.8K bytes
      Cache
     
  11. Elastic AI Ecosystem | Reduce complexity, deplo...

    Program Resources AI Playground Test the latest AI search capabilities...complete solution to leverage the best open models, hosted on Hugging...
    www.elastic.co/partners/ai-ecosystem
    Fri Jul 18 00:50:43 UTC 2025
      569.6K bytes
      Cache
     
  12. plot_hgbt_regression.rst.txt

    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/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Wed Jul 16 16:04:00 UTC 2025
      22K bytes
     
  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
    Wed Jul 16 00:52:02 UTC 2025
      199.6K bytes
      Cache
     
  14. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...
    scikit-learn.org/stable/modules/calibration.html
    Wed Jul 16 16:04:04 UTC 2025
      63.3K bytes
      Cache
     
  15. RepeatedKFold — scikit-learn 1.7.1 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
    Thu Jul 17 15:32:16 UTC 2025
      119.4K bytes
      Cache
     
  16. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu Jul 17 15:32:17 UTC 2025
      112.7K bytes
      Cache
     
  17. HalvingGridSearchCV — scikit-learn 1.7.1 docume...

    selected best_index_ given cv_results_ . In that case, the best_estimator_...returned best_index_ while the best_score_ attribute will not be available....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Thu Jul 17 15:32:16 UTC 2025
      160.8K bytes
      Cache
      Similar Results (1)
     
  18. RFECV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Thu Jul 17 15:32:17 UTC 2025
      158.4K bytes
      Cache
     
  19. Linklaters Delivers Faster, Better Enterprise S...

    test, and go live with no interruption...This streamlines development, testing, and enables automated scaling...
    www.elastic.co/customers/linklaters
    Fri Jul 18 00:58:52 UTC 2025
      435.9K bytes
      Cache
     
  20. learning_curve — scikit-learn 1.7.1 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 17 15:32:17 UTC 2025
      125.7K bytes
      Cache
     
Back to top