Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 1,340 for test (0.8 sec)

  1. cross_val_predict — scikit-learn 1.7.1 document...

    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 Aug 19 13:22:51 UTC 2025
      120.3K bytes
      Cache
     
  2. 8.4. Loading other datasets — scikit-learn 1.7....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Tue Aug 19 13:22:51 UTC 2025
      60.8K bytes
      Cache
     
  3. PLSRegression — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Tue Aug 19 13:22:49 UTC 2025
      160.2K bytes
      Cache
     
  4. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Tue Aug 19 13:22:49 UTC 2025
      90K bytes
      Cache
     
  5. 3.4. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Tue Aug 19 13:22:48 UTC 2025
      417.3K bytes
      Cache
     
  6. RegressorMixin — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Tue Aug 19 13:22:51 UTC 2025
      115.7K bytes
      Cache
     
  7. LinearDiscriminantAnalysis — scikit-learn 1.7.1...

    n_features) Array of samples (test vectors). Returns : y_scores...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Tue Aug 19 13:22:49 UTC 2025
      154.8K bytes
      Cache
     
  8. chi2 — scikit-learn 1.7.1 documentation

    with the highest values for the test chi-squared statistic from X,.... Recall that the chi-square test measures dependence between...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Tue Aug 19 13:22:48 UTC 2025
      111.2K bytes
      Cache
     
  9. RandomizedSearchCV — scikit-learn 1.7.1 documen...

    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 Aug 19 13:22:49 UTC 2025
      168.5K bytes
      Cache
     
  10. TransformedTargetRegressor — scikit-learn 1.7.1...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Tue Aug 19 13:22:51 UTC 2025
      143.1K bytes
      Cache
     
Back to top