Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 858 for test (0.17 sec)

  1. 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 18 11:06:59 UTC 2024
      71.2K bytes
      Cache
     
  2. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu Apr 18 11:07:01 UTC 2024
      55.8K bytes
      Cache
     
  3. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Thu Apr 18 11:06:59 UTC 2024
      42.8K bytes
      Cache
     
  4. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Thu Apr 18 11:07:01 UTC 2024
      23.4K bytes
      2 views
     
  5. 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 18 11:07:00 UTC 2024
      10.7K bytes
     
  6. 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 18 11:06:59 UTC 2024
      23.4K bytes
      Cache
     
  7. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Fri Apr 19 00:56:34 UTC 2024
      1.2M bytes
      2 views
      Cache
     
  8. Log Monitoring with Elastic Observability | Ela...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/log-monitoring
    Fri Apr 19 00:04:34 UTC 2024
      642K bytes
      Cache
     
  9. sklearn.model_selection.GridSearchCV — scikit-l...

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Thu Apr 18 11:07:01 UTC 2024
      94.3K bytes
      Cache
     
  10. Paris Olympics 2024: Latest news and updates | ...

    Test your knowledge of Olympic sports...Olympic spotlight and put its best foot forward for its first Summer...
    www.nbcnews.com/olympics
    Fri Apr 19 00:52:52 UTC 2024
      924.9K bytes
      Cache
     
  11. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Thu Apr 18 11:07:00 UTC 2024
      2.9K bytes
     
  12. Older Versions — scikit-learn 1.4.2 documentation

    Arguments n_test and n_train are deprecated and renamed to test_size...preprocessor / analyzer nested structure for text feature extraction...
    scikit-learn.org/stable/whats_new/older_versions.html
    Thu Apr 18 11:07:00 UTC 2024
      132.1K bytes
      Cache
     
  13. 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 18 11:07:00 UTC 2024
      28.6K bytes
      Cache
     
  14. sklearn.covariance.LedoitWolf — scikit-learn 1....

    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.LedoitWolf.html
    Thu Apr 18 11:07:01 UTC 2024
      50K bytes
      Cache
     
  15. 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 18 11:06:59 UTC 2024
      77.6K bytes
      Cache
     
  16. Infrastructure Monitoring with Elastic Observab...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/infrastructure-monitoring
    Fri Apr 19 00:04:10 UTC 2024
      641.7K bytes
      Cache
     
  17. Universal Profiling - continuous profiling that...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/universal-profiling
    Fri Apr 19 00:04:35 UTC 2024
      640.8K bytes
      Cache
     
  18. sklearn.ensemble.ExtraTreesRegressor — scikit-l...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Thu Apr 18 11:07:01 UTC 2024
      77.8K bytes
      Cache
     
  19. sklearn.datasets.load_iris — scikit-learn 1.4.2...

    (ROC) Nested versus non-nested cross-validation Nested versus...(ROC) with cross validation Test with permutations the significance...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Thu Apr 18 11:07:00 UTC 2024
      42.2K bytes
      Cache
     
  20. sklearn.feature_selection.RFECV — scikit-learn ...

    test) splits as arrays of indices....ndarrays A dict with keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Thu Apr 18 11:07:01 UTC 2024
      73.9K bytes
      Cache
     
Back to top