Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 796 for test (0.13 sec)

  1. 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
    Wed Mar 27 16:42:11 UTC 2024
      82.6K bytes
      Cache
     
  2. sklearn.linear_model.LogisticRegressionCV — sci...

    scoring option on the given test data and labels. set_fit_request...scoring option on the given test data and labels. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Wed Mar 27 16:42:11 UTC 2024
      79.5K bytes
      Cache
     
  3. 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
    Wed Mar 27 16:42:11 UTC 2024
      73.9K bytes
      Cache
     
  4. 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
    Wed Mar 27 16:42:11 UTC 2024
      46.3K bytes
      Cache
     
  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...
    Wed Mar 27 16:42:11 UTC 2024
      10.7K bytes
     
  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
    Wed Mar 27 16:42:11 UTC 2024
      71.2K bytes
      Cache
     
  7. sklearn.isotonic.IsotonicRegression — 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.isotonic.IsotonicRegression.html
    Wed Mar 27 16:42:10 UTC 2024
      71.5K bytes
      Cache
     
  8. sklearn.linear_model.LassoLarsCV — scikit-learn...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Wed Mar 27 16:42:11 UTC 2024
      58.5K bytes
      Cache
     
  9. 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
    Wed Mar 27 16:42:10 UTC 2024
      23.4K bytes
      Cache
     
  10. 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
    Tue Mar 26 15:09:58 UTC 2024
      88.1K bytes
      1 views
     
  11. sklearn.ensemble.HistGradientBoostingRegressor ...

    >>> est = HistGradientBoosting () . fit ( X , y ) >>> est . score...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Wed Mar 27 16:42:11 UTC 2024
      80.1K bytes
      Cache
     
  12. sklearn.covariance.OAS — scikit-learn 1.4.1 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
    Wed Mar 27 16:42:11 UTC 2024
      50.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
    Wed Mar 27 16:42:11 UTC 2024
      28.6K bytes
      Cache
     
  14. 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
    Wed Mar 27 16:42:11 UTC 2024
      77.6K bytes
      Cache
     
  15. 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
    Wed Mar 27 16:42:10 UTC 2024
      94.8K bytes
      Cache
     
  16. sklearn.mixture.GaussianMixture — scikit-learn ...

    log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Wed Mar 27 16:42:11 UTC 2024
      63.4K bytes
      Cache
     
  17. sklearn.datasets.load_iris — scikit-learn 1.4.1...

    (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
    Wed Mar 27 16:42:11 UTC 2024
      42.2K bytes
      Cache
     
  18. 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
    Wed Mar 27 16:42:10 UTC 2024
      64.3K bytes
      Cache
     
  19. 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
    Wed Mar 27 16:42:11 UTC 2024
      83.2K bytes
      Cache
     
  20. sklearn.model_selection.cross_val_score — sciki...

    IterativeImputer Nested versus non-nested cross-validation Nested versus...splitting the dataset into train/test set. Only used in conjunction...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Wed Mar 27 16:42:11 UTC 2024
      34K bytes
      Cache
     
Back to top