Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 541 for tests (0.09 sec)

  1. sklearn.model_selection.ValidationCurveDisplay ...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Mon Apr 29 15:57:09 UTC 2024
      53.7K bytes
      Cache
     
  2. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...data Compute the likelihood on test data Compare different approaches...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Mon Apr 29 15:57:10 UTC 2024
      45K bytes
      Cache
     
  3. sklearn.covariance.OAS — scikit-learn 1.4.2 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
    Mon Apr 29 15:57:10 UTC 2024
      50.1K bytes
      Cache
     
  4. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Mon Apr 29 15:57:10 UTC 2024
      33K bytes
      Cache
     
  5. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Apr 29 15:57:10 UTC 2024
      61.3K bytes
      Cache
     
  6. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Apr 29 15:57:10 UTC 2024
      52.7K bytes
     
  7. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Mon Apr 29 15:57:10 UTC 2024
      88.7K bytes
      Cache
     
  8. Cross-validation on diabetes Dataset Exercise —...

    score ( X [ test ], y [ test ]) ) ) print () print...Train error vs Test error Train error vs Test error Lasso model...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Mon Apr 29 15:57:10 UTC 2024
      36.8K bytes
      Cache
     
  9. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Mon Apr 29 15:57:09 UTC 2024
      66.4K bytes
      Cache
     
  10. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Mon Apr 29 15:57:10 UTC 2024
      32.7K bytes
      Cache
     
Back to top