Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 931 for tests (0.1 sec)

  1. RegressorChain — scikit-learn 1.7.dev0 document...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/dev/modules/generated/sklearn.multioutput.RegressorChain.html
    Fri Jan 17 11:45:09 UTC 2025
      134.1K bytes
      Cache
      Similar Results (1)
     
  2. Researchers raise concerns about DeepSeek chatb...

    transferred to China Mobile when testing logins in North America, but...data being transferred in his testing but concluded that it is likely...
    apnews.com/article/deepseek-china-generative-ai-internet-security-concerns-c52562f8c4760a81c4f76b...
    Wed Feb 05 23:41:56 UTC 2025
      302.5K bytes
      Cache
     
  3. Examples — scikit-learn 1.7.dev0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...
    scikit-learn.org/dev/auto_examples/index.html
    Fri Jan 17 11:45:10 UTC 2025
      274K bytes
      Cache
      Similar Results (1)
     
  4. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Wed Feb 05 18:36:51 UTC 2025
      5.7K bytes
     
  5. learning_curve — scikit-learn 1.6.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
    Wed Feb 05 18:36:51 UTC 2025
      125K bytes
      Cache
     
  6. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Wed Feb 05 18:36:53 UTC 2025
      125K bytes
      Cache
     
  7. One-Class SVM versus One-Class SVM using Stocha...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Wed Feb 05 18:36:53 UTC 2025
      122.5K bytes
      1 views
      Cache
     
  8. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Wed Feb 05 18:36:52 UTC 2025
      102.1K bytes
      Cache
     
  9. 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 Feb 05 18:36:52 UTC 2025
      62.9K bytes
      Cache
     
  10. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Wed Feb 05 18:36:51 UTC 2025
      93.4K bytes
      Cache
     
Back to top