Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 260 of 906 for test (0.14 sec)

  1. sklearn.linear_model.GammaRegressor — scikit-le...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      51.8K bytes
      Cache
     
  2. sklearn.linear_model.TweedieRegressor — scikit-...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      54.4K bytes
      Cache
     
  3. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Thu Apr 25 16:20:47 UTC 2024
      43.3K bytes
      Cache
     
  4. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Thu Apr 25 16:20:47 UTC 2024
      94.2K bytes
      Cache
     
  5. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Thu Apr 25 16:20:47 UTC 2024
      56.9K bytes
      Cache
     
  6. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Thu Apr 25 16:20:47 UTC 2024
      42K bytes
      Cache
     
  7. sklearn.linear_model.RANSACRegressor — scikit-l...

    the mean accuracy on the given test data, which is used for the...Attributes : estimator_ object Best fitted model (copy of the estimator...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      52.8K bytes
      Cache
     
  8. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Thu Apr 25 16:20:48 UTC 2024
      41K bytes
      Cache
     
  9. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Thu Apr 25 16:20:47 UTC 2024
      62.8K bytes
      Cache
     
  10. sklearn.linear_model.HuberRegressor — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      58.1K bytes
      Cache
     
  11. 2.6. Covariance estimation — scikit-learn 1.4.2...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Thu Apr 25 16:20:47 UTC 2024
      41.9K bytes
      Cache
     
  12. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Thu Apr 25 16:20:47 UTC 2024
      38.4K bytes
      Cache
     
  13. Prediction Latency — scikit-learn 1.4.2 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
    Thu Apr 25 16:20:48 UTC 2024
      78.8K bytes
      Cache
     
  14. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Thu Apr 25 16:20:47 UTC 2024
      98.4K bytes
      Cache
     
  15. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Fri Apr 26 00:55:35 UTC 2024
      71.3K bytes
      Cache
     
  16. Precision-Recall — scikit-learn 1.4.2 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
    Thu Apr 25 16:20:47 UTC 2024
      76.2K bytes
      Cache
     
  17. sklearn.linear_model.SGDRegressor — scikit-lear...

    n_features) Test samples. For some estimators...training will stop when (loss > best_loss - tol) for n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      81.6K bytes
      Cache
     
  18. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Thu Apr 25 16:20:48 UTC 2024
      33.4K bytes
      Cache
     
  19. Developer’s Guide — scikit-learn 1.4.2 document...

    on GitHub Actions Testing and improving test coverage Writing...matplotlib related tests Workflow to improve test coverage Monitoring...
    scikit-learn.org/stable/developers/index.html
    Thu Apr 25 16:20:48 UTC 2024
      38.9K bytes
      Cache
     
  20. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Thu Apr 25 16:20:48 UTC 2024
      78.6K bytes
      Cache
     
Back to top