Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 912 for tests (0.11 sec)

  1. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Fri Sep 20 10:21:47 UTC 2024
      20.2K bytes
     
  2. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Fri Sep 20 10:21:50 UTC 2024
      94.1K bytes
      Cache
     
  3. FixedThresholdClassifier — scikit-learn 1.5.2 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Fri Sep 20 10:21:50 UTC 2024
      140.4K bytes
      Cache
     
  4. Model Selection — scikit-learn 1.5.2 documentation

    Train error vs Test error Train error vs Test error Underfitting...Successive Halving Iterations Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Fri Sep 20 10:21:50 UTC 2024
      92.5K bytes
      Cache
     
  5. ShrunkCovariance — scikit-learn 1.5.2 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Thu Sep 19 14:56:27 UTC 2024
      136.1K bytes
      Cache
     
  6. NearestCentroid — scikit-learn 1.5.2 documentation

    with test samples classified to the class...classification on an array of test vectors X . The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Sep 20 10:21:48 UTC 2024
      129.3K bytes
      Cache
     
  7. AdaBoostClassifier — scikit-learn 1.5.2 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Fri Sep 20 10:21:48 UTC 2024
      160.2K bytes
      Cache
     
  8. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Fri Sep 20 10:21:47 UTC 2024
      97.3K bytes
      Cache
     
  9. ComplementNB — scikit-learn 1.5.2 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Thu Sep 19 14:56:27 UTC 2024
      152.7K bytes
      Cache
     
  10. MultinomialNB — scikit-learn 1.5.2 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Thu Sep 19 14:56:27 UTC 2024
      151.5K bytes
      Cache
     
Back to top