Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 819 for tests (0.09 sec)

  1. 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 May 14 09:35:37 UTC 2025
      5.7K bytes
     
  2. LabelPropagation — scikit-learn 1.6.1 documenta...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Tue May 13 14:25:43 UTC 2025
      131.4K bytes
      Cache
     
  3. GaussianProcessClassifier — scikit-learn 1.6.1 ...

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Wed May 14 09:35:38 UTC 2025
      148.1K bytes
      Cache
     
  4. Developing scikit-learn estimators — scikit-lea...

    predict ( X_test ) Depending on the nature of...private API and mostly used in tests. However, these tags expanded...
    scikit-learn.org/stable/developers/develop.html
    Wed May 14 09:35:39 UTC 2025
      107.5K bytes
      Cache
     
  5. 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 May 14 09:35:37 UTC 2025
      122.5K bytes
      1 views
      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 May 14 09:35:37 UTC 2025
      125K bytes
      Cache
     
  7. 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 May 14 09:35:39 UTC 2025
      102.1K bytes
      Cache
     
  8. 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 May 14 09:35:38 UTC 2025
      93.4K bytes
      Cache
     
  9. 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
    Thu May 15 00:06:33 UTC 2025
      521.2K bytes
      Cache
     
  10. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Wed May 14 09:35:37 UTC 2025
      171.7K bytes
      Cache
     
Back to top