Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 420 of 1,127 for test (0.15 sec)

  1. ExtraTreeClassifier — scikit-learn 1.5.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> cls . score ( X_test , y_test ) 0.8947... apply ( X ,...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Wed Oct 30 20:01:23 UTC 2024
      178.3K bytes
      Cache
     
  2. Maintainer Information — scikit-learn 1.6.dev0 ...

    you can test uploading to test.pypi.org first. twine...uploading to PyPI, you can test uploading to test.pypi.org first. twine...
    scikit-learn.org/dev/developers/maintainer.html
    Sat Oct 26 12:39:01 UTC 2024
      82.6K bytes
      1 views
      Cache
     
  3. check_estimator — scikit-learn 1.5.2 documentation

    function will run an extensive test-suite for input validation,...own estimator . Additional tests for classifiers, regressors,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Mon Oct 28 21:34:15 UTC 2024
      107.9K bytes
      Cache
     
  4. LeavePGroupsOut — 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.LeavePGroupsOut.html
    Wed Oct 30 20:01:21 UTC 2024
      121.8K bytes
      Cache
     
  5. Underfitting vs. Overfitting — scikit-learn 1.5...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Wed Oct 30 20:01:23 UTC 2024
      94.2K bytes
      Cache
     
  6. LeaveOneOut — scikit-learn 1.5.2 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 Oct 30 20:01:23 UTC 2024
      115.3K bytes
      Cache
     
  7. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Wed Oct 30 20:01:21 UTC 2024
      111.3K bytes
      Cache
     
  8. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Wed Oct 30 20:01:21 UTC 2024
      132.3K bytes
      Cache
     
  9. NuSVC — scikit-learn 1.5.2 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Wed Oct 30 00:20:47 UTC 2024
      154.3K bytes
      Cache
     
  10. 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 Oct 30 20:01:21 UTC 2024
      98.2K bytes
      Cache
     
  11. 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 Oct 30 20:01:21 UTC 2024
      111.3K bytes
      Cache
     
  12. feed

    0ej585/search-labs-import-testing/dd4c2c94ea17ba74bae7-1256x...0ej585/search-labs-import-testing/125f08ebb83f33ed3c25-737x4...
    www.elastic.co/search-labs/rss/feed
    Thu Oct 31 00:28:30 UTC 2024
      15.5K bytes
     
  13. load_svmlight_files — scikit-learn 1.5.2 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 Oct 30 20:01:21 UTC 2024
      110.5K bytes
      Cache
     
  14. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Wed Oct 30 20:01:21 UTC 2024
      90.7K bytes
      Cache
     
  15. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Wed Oct 30 20:01:21 UTC 2024
      151.5K bytes
      Cache
     
  16. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Wed Oct 30 20:01:23 UTC 2024
      92.6K bytes
      Cache
     
  17. Gaussian Mixture Model Selection — scikit-learn...

    "mean_test_score" ] ] df [ "mean_test_score" ] = - df...estimator are stored in best_parameters_ and best_estimator_ , respectively....
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Wed Oct 30 20:01:21 UTC 2024
      121.5K bytes
      Cache
     
  18. fetch_rcv1 — scikit-learn 1.5.2 documentation

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Wed Oct 30 20:01:23 UTC 2024
      111K bytes
      Cache
     
  19. Recursive feature elimination with cross-valida...

    [ "mean_test_score" ], yerr = cv_results [ "std_test_score" ],...selected" ) plt . ylabel ( "Mean test accuracy" ) plt . errorbar (...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Wed Oct 30 20:01:21 UTC 2024
      89.6K bytes
      Cache
     
  20. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Wed Oct 30 20:01:23 UTC 2024
      147K bytes
      Cache
     
Back to top