Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 1,160 for test (0.14 sec)

  1. Precision-Recall — scikit-learn 1.5.0 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed May 22 15:20:10 UTC 2024
      138.8K bytes
      Cache
     
  2. 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
    Wed May 22 15:20:10 UTC 2024
      122.4K bytes
      Cache
     
  3. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Wed May 22 15:20:10 UTC 2024
      159.6K bytes
      Cache
     
  4. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Wed May 22 15:20:10 UTC 2024
      114.5K bytes
      Cache
     
  5. 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
    Wed May 22 15:20:10 UTC 2024
      102.4K bytes
      Cache
     
  6. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Wed May 22 15:20:07 UTC 2024
      123.2K bytes
      Cache
     
  7. Prediction Latency — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Wed May 22 15:20:05 UTC 2024
      140.6K bytes
      Cache
     
  8. 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
    Wed May 22 15:20:05 UTC 2024
      114.6K bytes
      Cache
     
  9. Version 0.18 — scikit-learn 1.5.0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/stable/whats_new/v0.18.html
    Wed May 22 15:20:10 UTC 2024
      139.1K bytes
      Cache
     
  10. 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
    Wed May 22 15:20:05 UTC 2024
      117.6K bytes
      Cache
     
Back to top