Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 1,558 for text (0.12 sec)

  1. Parse and route logs | Elastic Docs

    Test the pipeline with the simulate API Test that your...section. Test the pipeline with the simulate API Test that your...
    www.elastic.co/docs/solutions/observability/logs/parse-route-logs
    Mon Aug 25 00:54:09 UTC 2025
      339.1K bytes
      Cache
     
  2. Decision Tree Regression — scikit-learn 1.7.1 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Sat Aug 23 16:32:04 UTC 2025
      152.4K bytes
      Cache
     
  3. StratifiedGroupKFold — scikit-learn 1.7.1 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Sat Aug 23 16:32:04 UTC 2025
      129.7K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Sat Aug 23 16:32:03 UTC 2025
      123.1K bytes
      Cache
     
  5. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Sat Aug 23 16:32:04 UTC 2025
      106.2K bytes
      Cache
     
  6. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Sat Aug 23 16:32:03 UTC 2025
      108.5K bytes
      Cache
     
  7. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Sat Aug 23 16:32:04 UTC 2025
      100.8K bytes
      Cache
     
  8. Debugging Azure Networking for Elastic Cloud Se...

    for the duration of the test. These tests are designed to push the...'s/^\(\w\+\)\s\+/kernel /' > stacks.txt cat stacks.txt | stackcollapse-perf.pl...
    www.elastic.co/observability-labs/blog/debugging-aks-packet-loss
    Fri Aug 15 01:09:20 UTC 2025
      149.7K bytes
      Cache
     
  9. GraphicalLassoCV — scikit-learn 1.7.1 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
    Sat Aug 23 16:32:03 UTC 2025
      140.3K bytes
      Cache
     
  10. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Sat Aug 23 16:32:03 UTC 2025
      325.8K bytes
      Cache
     
Back to top