Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 280 of 1,637 for test (0.14 sec)

  1. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Sat May 11 22:20:02 UTC 2024
      48.8K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Sat May 11 22:20:02 UTC 2024
      81.1K bytes
      Cache
     
  3. sklearn.gaussian_process.GaussianProcessClassif...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sat May 11 22:20:02 UTC 2024
      59.6K bytes
      Cache
     
  4. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Sat May 11 22:20:02 UTC 2024
      79K bytes
      Cache
     
  5. Working With Text Data — scikit-learn 1.4.2 doc...

    >>> docs_test = twenty_test . data >>> predicted = text_clf . predict...object’s best_score_ and best_params_ attributes store the best mean...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Sat May 11 22:20:02 UTC 2024
      64.6K bytes
      Cache
     
  6. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Sat May 11 22:20:01 UTC 2024
      61.3K bytes
      Cache
     
  7. sklearn.linear_model.SGDClassifier — scikit-lea...

    classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Sat May 11 22:20:02 UTC 2024
      99.7K bytes
      Cache
     
  8. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...classification performance Pre-test vs. post-test analysis Cross-validation...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Sat May 11 22:20:02 UTC 2024
      76.3K bytes
      Cache
     
  9. sklearn.linear_model.MultiTaskLassoCV — scikit-...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Sat May 11 22:20:02 UTC 2024
      74.5K bytes
      Cache
     
  10. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Sat May 11 22:20:02 UTC 2024
      7.7K bytes
     
  11. java-editor-templates.xml

    test_junit4 Test @${testType:newType(org.junit.Test)} public...wt.text Text ${type:newType(org.eclipse.swt.widgets.Text)} $...
    dbflute.seasar.org/download/patch/handson/20140...
    Mon Mar 18 15:47:31 UTC 2024
      50.4K bytes
      1 views
     
  12. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Sat May 11 22:20:01 UTC 2024
      41.3K bytes
      Cache
     
  13. sklearn.linear_model.ElasticNet — scikit-learn ...

    Train error vs Test error Train error vs Test error...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Sat May 11 22:20:02 UTC 2024
      77.6K bytes
      Cache
     
  14. Popular Favorites | MetaFilter

    Best printer 2024, best printer for home use,...camaraderie of the Bon Appetit Test Kitchen? And then, well, Milkshake...
    www.metafilter.com/popular.mefi
    Tue May 07 00:44:32 UTC 2024
      64.6K bytes
      Cache
     
  15. 5. Visualizations — scikit-learn 1.4.2 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Sat May 11 22:20:02 UTC 2024
      28.2K bytes
      Cache
     
  16. sklearn.datasets.fetch_20newsgroups — scikit-le...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Sat May 11 22:20:00 UTC 2024
      26K bytes
      Cache
     
  17. sklearn.datasets.load_svmlight_files — scikit-l...

    matrix X_test, it is essential that X_train and X_test have the...features (X_train.shape[1] == X_test.shape[1]). This may not be the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Sat May 11 22:20:02 UTC 2024
      19.4K bytes
      Cache
     
  18. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Sat May 11 22:20:02 UTC 2024
      37.3K bytes
      Cache
     
  19. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Sat May 11 22:20:02 UTC 2024
      60.4K bytes
      Cache
     
  20. Isotonic Regression — scikit-learn 1.4.2 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Sat May 11 22:20:02 UTC 2024
      45K bytes
      Cache
     
Back to top