Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 548 for tests (0.1 sec)

  1. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu May 09 23:01:24 UTC 2024
      27.1K bytes
      Cache
     
  2. sklearn.covariance.GraphicalLassoCV — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu May 09 23:01:24 UTC 2024
      56.1K bytes
      Cache
     
  3. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Thu May 09 23:01:25 UTC 2024
      51.6K bytes
      Cache
     
  4. sklearn.model_selection.ValidationCurveDisplay ...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Thu May 09 23:01:25 UTC 2024
      53.7K bytes
      Cache
     
  5. sklearn.covariance.OAS — scikit-learn 1.4.2 doc...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Thu May 09 23:01:25 UTC 2024
      50.1K bytes
      Cache
     
  6. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...data Compute the likelihood on test data Compare different approaches...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Thu May 09 23:01:25 UTC 2024
      45K bytes
      Cache
     
  7. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Thu May 09 23:01:25 UTC 2024
      61.3K bytes
      Cache
     
  8. Integrations Developer Guide | Elastic

    integration Test an integration Asset testing Pipeline testing Static...Static testing System testing Publish an integration Developer workflows...
    www.elastic.co/guide/en/integrations-developer/current/index.html
    Thu May 09 18:19:40 UTC 2024
      13.5K bytes
      Cache
     
  9. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Thu May 09 23:01:25 UTC 2024
      23.9K bytes
      Cache
     
  10. sklearn.datasets.fetch_rcv1 — scikit-learn 1.4....

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Thu May 09 23:01:25 UTC 2024
      19.9K bytes
      Cache
     
Back to top