Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 833 for test (0.09 sec)

  1. 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
    Tue May 07 15:05:49 UTC 2024
      54.2K bytes
      Cache
     
  2. 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
    Tue May 07 15:05:50 UTC 2024
      80.6K bytes
      Cache
     
  3. 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
    Tue May 07 15:05:49 UTC 2024
      74.1K bytes
      Cache
     
  4. sklearn.model_selection.cross_val_predict — sci...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Tue May 07 15:05:49 UTC 2024
      30.4K bytes
      Cache
     
  5. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Tue May 07 15:05:50 UTC 2024
      55.6K bytes
      Cache
     
  6. sklearn.model_selection.HalvingGridSearchCV — s...

    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.HalvingGridSearchCV.html
    Tue May 07 15:05:50 UTC 2024
      74.9K bytes
      Cache
      Similar Results (1)
     
  7. 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
    Tue May 07 15:05:49 UTC 2024
      26.5K bytes
      Cache
     
  8. 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...
    Tue May 07 15:05:49 UTC 2024
      68.5K bytes
      Cache
     
  9. 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
    Tue May 07 15:05:49 UTC 2024
      82.6K bytes
      Cache
     
  10. 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
    Tue May 07 15:05:49 UTC 2024
      46.3K bytes
      Cache
     
Back to top