Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1351 - 1360 of 2,141 for text (0.24 sec)

  1. GroupKFold — scikit-learn 1.5.2 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Sat Nov 23 04:49:16 UTC 2024
      124.7K bytes
      Cache
     
  2. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Sat Nov 23 04:49:16 UTC 2024
      92.1K bytes
      Cache
     
  3. 9. Model persistence — scikit-learn 1.5.2 docum...

    the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...
    scikit-learn.org/stable/model_persistence.html
    Sat Nov 23 04:49:16 UTC 2024
      77.1K bytes
      Cache
     
  4. class_likelihood_ratios — scikit-learn 1.5.2 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Sat Nov 23 04:49:16 UTC 2024
      118K bytes
      Cache
     
  5. LeavePOut — scikit-learn 1.5.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Sat Nov 23 04:49:15 UTC 2024
      115.4K bytes
      Cache
     
  6. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Sat Nov 23 04:49:16 UTC 2024
      118.1K bytes
      Cache
     
  7. 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
    Sat Nov 23 04:49:16 UTC 2024
      93.9K bytes
      Cache
     
  8. cross_validate — scikit-learn 1.5.2 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Sat Nov 23 04:49:15 UTC 2024
      136.1K bytes
      Cache
     
  9. Decision Tree Regression — scikit-learn 1.5.2 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Sat Nov 23 04:49:14 UTC 2024
      87.4K bytes
      Cache
     
  10. In states without abortion on the ballot, the i...

    In Texas, it means trying to oust conservative...mailing postcards. Although Texas does not have a statewide referendum...
    www.nbcnews.com/news/us-news/abortion-ballot-issue-states-drives-votes-rcna176436
    Sun Nov 03 01:00:29 UTC 2024
      258.7K bytes
      Cache
     
Back to top