Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 456 for tests (0.21 sec)

  1. LeaveOneOut — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Fri May 24 12:15:01 UTC 2024
      122.4K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Fri May 24 12:15:01 UTC 2024
      136.9K bytes
      Cache
     
  3. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Fri May 24 12:15:01 UTC 2024
      102.4K bytes
      Cache
     
  4. 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
    Fri May 24 12:15:00 UTC 2024
      114.6K bytes
      Cache
     
  5. Elasticsearch open inference API adds Azure AI ...

    PUT _inference/completion/test_cohere_chat_completion { "service":...secure settings. { "model_id": "test_cohere_chat_completion", "task_type":...
    www.elastic.co/search-labs/blog/elasticsearch-azure-ai-studio-support
    Thu May 23 00:51:32 UTC 2024
      119.6K bytes
      Cache
     
  6. load_svmlight_files — scikit-learn 1.5.0 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Fri May 24 12:15:00 UTC 2024
      117.6K bytes
      Cache
     
  7. ValidationCurveDisplay — scikit-learn 1.5.0 doc...

    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
    Fri May 24 12:15:01 UTC 2024
      148.7K bytes
      Cache
     
  8. 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
    Fri May 24 12:15:01 UTC 2024
      123.9K bytes
      Cache
     
  9. GraphicalLassoCV — scikit-learn 1.5.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Fri May 24 12:15:01 UTC 2024
      150.5K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Fri May 24 12:15:01 UTC 2024
      121.7K bytes
      Cache
     
Back to top