Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 272 for test (0.44 sec)

  1. Quick start | Elasticsearch Guide [8.13] | Elastic

    you prefer to manage your own test environment, install and run...start, which makes sense for testing and development. Refer to Install...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Fri May 24 12:26:17 UTC 2024
      43.1K bytes
      Cache
     
  2. Developers’ Tips and Tricks — scikit-learn 1.6....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Wed May 29 10:52:40 UTC 2024
      51K bytes
      Cache
     
  3. Working With Text Data — scikit-learn 1.5.0 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
    Wed May 29 10:52:44 UTC 2024
      80.1K bytes
      Cache
     
  4. Version 0.13 — scikit-learn 1.6.dev0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/dev/whats_new/v0.13.html
    Mon May 27 10:29:28 UTC 2024
      76.9K bytes
      Cache
      Similar Results (1)
     
  5. 1.13. Feature selection — scikit-learn 1.5.0 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Thu May 30 15:22:05 UTC 2024
      78.4K bytes
      Cache
     
  6. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Thu May 30 15:22:06 UTC 2024
      96.2K bytes
      Cache
     
  7. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Thu May 30 15:22:06 UTC 2024
      97.3K bytes
      Cache
     
  8. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Thu May 30 15:22:06 UTC 2024
      97.5K bytes
      Cache
     
  9. 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 May 30 15:22:06 UTC 2024
      95.5K bytes
      Cache
     
  10. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Thu May 30 15:22:06 UTC 2024
      90.1K bytes
      Cache
     
Back to top