Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 1,297 for test (0.16 sec)

  1. Perceptron — scikit-learn 1.7.2 documentation

    classification of text documents Out-of-core classification of text documents...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Sat Oct 11 07:51:25 UTC 2025
      161.9K bytes
      Cache
     
  2. Evaluation of outlier detection estimators — sc...

    reduced using a stratified train_test_split . Furthermore, we set...sklearn.model_selection import train_test_split X , y = fetch_kddcup99...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Sat Oct 11 07:51:26 UTC 2025
      164.6K bytes
      Cache
     
  3. plot_release_highlights_1_7_0.py

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Sat Oct 11 07:51:24 UTC 2025
      4.7K bytes
     
  4. LeavePOut — scikit-learn 1.7.2 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.LeavePOut.html
    Sat Oct 11 07:51:27 UTC 2025
      116.4K bytes
      Cache
     
  5. How does Elastic Security drive value to your o...

    We start testing and consuming capabilities...as customer zero. We start testing and consuming capabilities...
    www.elastic.co/blog/how-elastic-security-drive-value-organization
    Sun Oct 12 00:45:57 UTC 2025
      473.6K bytes
      Cache
     
  6. plot_release_highlights_1_7_0.ipynb

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...sklearn.model_selection import train_test_split\nfrom sklearn.pipeline...
    scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0...
    Sat Oct 11 07:51:27 UTC 2025
      6.1K bytes
     
  7. Ridge coefficients as a function of the L2 Regu...

    our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Sat Oct 11 07:51:25 UTC 2025
      103.3K bytes
      Cache
     
  8. DISH Media boosts targeted ad revenue with Elas...

    tests, and baselines to the development...problems before moving to testing and production. "Elastic Observability...
    www.elastic.co/customers/dish-media
    Wed Sep 24 01:05:22 UTC 2025
      443.9K bytes
      Cache
     
  9. scale — scikit-learn 1.7.2 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Thu Oct 09 16:57:49 UTC 2025
      111.4K bytes
      Cache
     
  10. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Sat Oct 11 07:51:25 UTC 2025
      117.4K bytes
      Cache
     
Back to top