Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 797 for test (0.18 sec)

  1. sklearn.linear_model.ElasticNetCV — scikit-lear...

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Thu Mar 28 16:05:59 UTC 2024
      75.9K bytes
      Cache
     
  2. sklearn.preprocessing.quantile_transform — scik...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Wed Mar 27 16:42:10 UTC 2024
      26.5K bytes
      Cache
     
  3. sklearn.discriminant_analysis.LinearDiscriminan...

    the mean accuracy on the given test data and labels. set_output...n_features) Array of samples (test vectors). Returns : C ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Thu Mar 28 16:05:58 UTC 2024
      68.5K bytes
      Cache
     
  4. sklearn.covariance.GraphicalLassoCV — scikit-le...

    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.GraphicalLassoCV.html
    Thu Mar 28 16:05:59 UTC 2024
      56.1K bytes
      Cache
     
  5. 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 Mar 28 16:05:59 UTC 2024
      71.2K bytes
      Cache
     
  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 Mar 28 16:05:58 UTC 2024
      23.4K bytes
      Cache
     
  7. 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 Mar 28 16:05:59 UTC 2024
      28.6K bytes
      Cache
     
  8. sklearn.mixture.BayesianGaussianMixture — sciki...

    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.BayesianGaussianMixture.html
    Thu Mar 28 16:05:58 UTC 2024
      66.4K bytes
      Cache
     
  9. 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 Mar 28 16:05:58 UTC 2024
      77.6K bytes
      Cache
     
  10. sklearn.linear_model.ElasticNet — scikit-learn ...

    Train error vs Test error Train error vs Test error...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Thu Mar 28 16:05:58 UTC 2024
      77.6K bytes
      Cache
     
  11. sklearn.multiclass.OneVsRestClassifier — scikit...

    the mean accuracy on the given test data and labels. set_params...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Thu Mar 28 16:05:57 UTC 2024
      64.5K bytes
      Cache
     
  12. Ask MetaFilter

    26 Excel test for job application What is the best way to update...skills for a job application test? [ more inside ] posted by Phlegmco(tm)...
    ask.metafilter.com
    Fri Mar 29 00:44:23 UTC 2024
      79.2K bytes
      Cache
     
  13. sklearn.linear_model.RidgeClassifier — scikit-l...

    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.RidgeClassifier.html
    Thu Mar 28 16:05:57 UTC 2024
      57.2K bytes
      Cache
     
  14. 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
    Thu Mar 28 16:05:58 UTC 2024
      42.2K bytes
      Cache
     
  15. 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
    Thu Mar 28 16:05:58 UTC 2024
      79.5K bytes
      Cache
     
  16. 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
    Thu Mar 28 16:05:59 UTC 2024
      73.1K bytes
      Cache
     
  17. 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
    Thu Mar 28 16:05:57 UTC 2024
      34K bytes
      Cache
     
  18. 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 Mar 28 16:05:57 UTC 2024
      77.3K bytes
      Cache
      Similar Results (1)
     
  19. 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
    Thu Mar 28 16:05:57 UTC 2024
      80.6K bytes
      Cache
     
  20. 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
    Thu Mar 28 16:05:58 UTC 2024
      74.1K bytes
      Cache
     
Back to top