Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 931 for tests (0.1 sec)

  1. 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 Feb 05 18:36:53 UTC 2025
      22K bytes
     
  2. ComplementNB — scikit-learn 1.6.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
    Wed Feb 05 18:36:51 UTC 2025
      153.8K bytes
      Cache
     
  3. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Wed Feb 05 18:36:52 UTC 2025
      150.1K bytes
      Cache
     
  4. Version 1.6 — scikit-learn 1.7.dev0 documentation

    permutation_test_score now supports metadata...still work but PyPy is not tested anymore in the scikit-learn...
    scikit-learn.org/dev/whats_new/v1.6.html
    Fri Jan 17 11:45:09 UTC 2025
      160.7K bytes
      Cache
     
  5. Feature Selection — scikit-learn 1.6.1 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Wed Feb 05 18:36:52 UTC 2025
      76.9K bytes
      Cache
     
  6. 1.6. Nearest Neighbors — scikit-learn 1.6.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Wed Feb 05 18:36:52 UTC 2025
      121.8K bytes
      Cache
     
  7. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Wed Feb 05 18:36:51 UTC 2025
      102.5K bytes
      Cache
     
  8. 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
    Thu Feb 06 00:29:21 UTC 2025
      404.3K bytes
      Cache
     
  9. Logistic function — scikit-learn 1.6.1 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed Feb 05 18:36:53 UTC 2025
      95K bytes
      Cache
     
  10. Using Anomaly Detection in Elastic Cloud to Ide...

    “Card Testing”, which is when a malicious actor tests to see...called “Card Testing” where a malicious actor tests a batch of...
    www.elastic.co/observability-labs/blog/anomaly-detection-to-identify-fraud
    Wed Feb 05 00:44:51 UTC 2025
      124.4K bytes
      Cache
     
Back to top