Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 1,305 for test (0.51 sec)

  1. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Fri Oct 10 15:14:33 UTC 2025
      106.2K bytes
      Cache
     
  2. RandomForestRegressor — scikit-learn 1.7.2 docu...

    max_leaf_nodes in best-first fashion. Best nodes are defined...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Fri Oct 10 15:14:33 UTC 2025
      170.5K 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
    Fri Oct 10 15:14:35 UTC 2025
      150.8K bytes
      Cache
     
  4. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_loss = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Fri Oct 10 15:14:36 UTC 2025
      190.5K bytes
      Cache
     
  5. Decision Tree Regression — scikit-learn 1.7.2 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Oct 10 15:14:36 UTC 2025
      152.4K bytes
      Cache
     
  6. ChatGPT and Elasticsearch: OpenAI meets private...

    the full body text, those larger bodies of text may need to be...click Continue again at the Test stage. Click Create Pipeline...
    www.elastic.co/search-labs/blog/chatgpt-elasticsearch-openai-meets-private-data
    Sat Oct 11 00:39:03 UTC 2025
      349.2K bytes
      Cache
     
  7. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Fri Oct 10 15:14:33 UTC 2025
      108.5K bytes
      Cache
     
  8. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Fri Oct 10 15:14:35 UTC 2025
      98.2K bytes
      Cache
     
  9. Overview of multiclass training meta-estimators...

    examples Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Fri Oct 10 15:14:35 UTC 2025
      114.3K bytes
      Cache
     
  10. 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 Oct 10 15:14:35 UTC 2025
      140.6K bytes
      Cache
     
Back to top