Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 1,331 for test (0.4 sec)

  1. LeavePGroupsOut — scikit-learn 1.7.1 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.LeavePGroupsOut.html
    Tue Aug 19 13:22:51 UTC 2025
      122.7K bytes
      Cache
     
  2. LeaveOneOut — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:48 UTC 2025
      116.3K bytes
      Cache
     
  3. RegressorChain — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Tue Aug 19 13:22:51 UTC 2025
      133.8K bytes
      Cache
     
  4. 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 Aug 20 16:02:07 UTC 2025
      102.8K bytes
      Cache
     
  5. Gradient Boosting regression — scikit-learn 1.7...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Wed Aug 20 16:02:07 UTC 2025
      110K bytes
      Cache
     
  6. Pipeline ANOVA SVM — scikit-learn 1.7.1 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Wed Aug 20 16:02:08 UTC 2025
      116.5K bytes
      Cache
     
  7. 7.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Wed Aug 20 16:02:08 UTC 2025
      84.4K 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
    Tue Aug 19 13:22:48 UTC 2025
      126.6K bytes
      Cache
     
  9. Perceptron — scikit-learn 1.7.1 documentation

    classification of text documents Out-of-core classification of text documents...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Tue Aug 19 13:22:48 UTC 2025
      162K bytes
      Cache
     
  10. load_svmlight_files — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:51 UTC 2025
      111.5K bytes
      Cache
     
Back to top