Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 906 for test (0.21 sec)

  1. 7.4. Loading other datasets — scikit-learn 1.4....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Thu Apr 25 16:20:47 UTC 2024
      44.9K bytes
      Cache
     
  2. Accelerate DevOps transformation with Elastic O...

    or A/B testing. Plus, you can use the annotation...determine if the issue uncovered in test is already in prod. Track log...
    www.elastic.co/observability/devops
    Fri Apr 26 00:35:22 UTC 2024
      641.8K bytes
      Cache
     
  3. Elastic Cloud on Kubernetes | Deploy and Orches...

    test, and learn together. The ECK...Enterprise . It’s our battle-tested product — which also powers...
    www.elastic.co/elastic-cloud-kubernetes
    Fri Apr 26 01:00:06 UTC 2024
      675.9K bytes
      Cache
     
  4. sklearn.model_selection.RandomizedSearchCV — sc...

    the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Thu Apr 25 16:20:47 UTC 2024
      82.6K bytes
      Cache
     
  5. sklearn.model_selection.HalvingRandomSearchCV —...

    cross-validated score of the best_estimator. best_params_ dict Parameter...that gave the best results on the hold out data. best_index_ int...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingRandomSearchCV.html
    Thu Apr 25 16:20:47 UTC 2024
      77.3K bytes
      Cache
      Similar Results (1)
     
  6. sklearn.neural_network.MLPClassifier — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      71.2K bytes
      Cache
     
  7. sklearn.ensemble.ExtraTreesClassifier — scikit-...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      83.2K bytes
      Cache
     
  8. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Thu Apr 25 16:20:47 UTC 2024
      46.3K bytes
      Cache
     
  9. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Thu Apr 25 16:20:47 UTC 2024
      88.1K bytes
      1 views
     
  10. sklearn.ensemble.RandomForestClassifier — sciki...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      96.3K bytes
      Cache
     
  11. sklearn.feature_selection.mutual_info_regressio...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Thu Apr 25 16:20:47 UTC 2024
      23.4K bytes
      Cache
     
  12. AI & ML Search Engine - Take Search to the Next...

    Scalable for any use case Test, operationalize, and scale up...pipelines for sentiment analysis, text classification, and named entity...
    www.elastic.co/enterprise-search/machine-learning
    Fri Apr 26 00:50:50 UTC 2024
      655.2K bytes
      2 views
      Cache
     
  13. sklearn.linear_model.LogisticRegression — sciki...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Thu Apr 25 16:20:47 UTC 2024
      94.8K bytes
      Cache
     
  14. sklearn.covariance.OAS — scikit-learn 1.4.2 doc...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Thu Apr 25 16:20:47 UTC 2024
      50.1K bytes
      Cache
     
  15. 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
    Thu Apr 25 16:20:47 UTC 2024
      99.7K bytes
      Cache
     
  16. sklearn.ensemble.StackingClassifier — scikit-le...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... Methods decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      77.6K bytes
      Cache
     
  17. sklearn.datasets.make_regression — scikit-learn...

    Train error vs Test error Train error vs Test error Effect of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Thu Apr 25 16:20:47 UTC 2024
      28.6K bytes
      Cache
     
  18. 2024 Presidential Election: News, Polls, Events...

    primary challenge in a race that tested Democratic sentiment over Israel...primaries The state's contests will test the political implications of...
    www.nbcnews.com/politics/2024-presidential-election
    Fri Apr 26 01:00:34 UTC 2024
      922.9K bytes
      1 views
      Cache
     
  19. plot_release_highlights_1_4_0.ipynb

    X_test, y_train, y_test = train_test_split(X_adult,...(X_test)\nprint(f\"ROC AUC score is {roc_auc_score(y_test, y_decision)}\")"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Thu Apr 25 16:20:47 UTC 2024
      10.7K bytes
     
  20. sklearn.neighbors.KNeighborsRegressor — scikit-...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      64.3K bytes
      Cache
     
Back to top