Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 913 for test (0.34 sec)

  1. 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
    Fri Apr 26 16:41:50 UTC 2024
      94.3K bytes
      Cache
     
  2. sklearn.tree.DecisionTreeClassifier — scikit-le...

    splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      102K bytes
      Cache
     
  3. sklearn.ensemble.VotingClassifier — scikit-lear...

    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.ensemble.VotingClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      73.1K bytes
      Cache
     
  4. Linklaters Delivers Faster, Better Enterprise S...

    test, and go live with no interruption...This streamlines development, testing, and enables automated scaling...
    www.elastic.co/customers/linklaters
    Sat Apr 27 00:53:21 UTC 2024
      395.9K bytes
      Cache
     
  5. AIOps with the Elastic Observability platform |...

    test, and deploy your own. Automatically...
    www.elastic.co/observability/aiops
    Sat Apr 27 00:05:55 UTC 2024
      530.2K bytes
      Cache
     
  6. sklearn.ensemble.HistGradientBoostingClassifier...

    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.ensemble.HistGradientBoostingClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      80.6K bytes
      Cache
     
  7. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      2.9K bytes
     
  8. 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
    Fri Apr 26 16:41:50 UTC 2024
      50K bytes
      Cache
     
  9. sklearn.linear_model.PassiveAggressiveClassifie...

    classification of text documents Out-of-core classification of text documents...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      74.1K bytes
      Cache
     
  10. sklearn.feature_selection.SequentialFeatureSele...

    evaluate the predictions on the test set. NOTE that when using a...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Fri Apr 26 16:41:50 UTC 2024
      54.2K bytes
      Cache
     
  11. Infrastructure Monitoring with Elastic Observab...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/infrastructure-monitoring
    Sat Apr 27 00:05:10 UTC 2024
      527.9K bytes
      Cache
     
  12. plot_release_highlights_1_4_0.py

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_downloads/c15cce0dbcd8722cb5638987eff985c0/plot_release_highlights_1_4_0.py
    Fri Apr 26 16:41:48 UTC 2024
      7.7K bytes
     
  13. 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
    Fri Apr 26 16:41:50 UTC 2024
      71.2K bytes
      Cache
     
  14. 1.6. Nearest Neighbors — scikit-learn 1.4.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Fri Apr 26 16:41:48 UTC 2024
      99.8K bytes
      Cache
     
  15. 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
    Fri Apr 26 16:41:50 UTC 2024
      82.6K bytes
      Cache
     
  16. 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
    Fri Apr 26 16:41:48 UTC 2024
      23.4K bytes
      Cache
     
  17. 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
    Fri Apr 26 16:41:50 UTC 2024
      73.9K bytes
      Cache
     
  18. 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
    Fri Apr 26 16:41:48 UTC 2024
      28.6K bytes
      Cache
     
  19. 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
    Fri Apr 26 16:41:48 UTC 2024
      46.3K bytes
      Cache
     
  20. 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
    Fri Apr 26 16:41:50 UTC 2024
      77.6K bytes
      Cache
     
Back to top