Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 420 for tests (0.11 sec)

  1. learning_curve — scikit-learn 1.5.2 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Wed Oct 30 20:01:21 UTC 2024
      121.2K bytes
      Cache
     
  2. LeaveOneGroupOut — scikit-learn 1.5.2 documenta...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Wed Oct 30 20:01:23 UTC 2024
      121.3K bytes
      Cache
     
  3. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Wed Oct 30 20:01:21 UTC 2024
      141.9K bytes
      Cache
     
  4. RepeatedKFold — scikit-learn 1.5.2 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Wed Oct 30 20:01:21 UTC 2024
      118.3K bytes
      Cache
     
  5. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Wed Oct 30 20:01:21 UTC 2024
      158.8K bytes
      Cache
     
  6. One-Class SVM versus One-Class SVM using Stocha...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Wed Oct 30 20:01:21 UTC 2024
      117.7K bytes
      1 views
      Cache
     
  7. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Wed Oct 30 20:01:23 UTC 2024
      120.6K bytes
      Cache
     
  8. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Thu Oct 31 00:43:31 UTC 2024
      329.7K bytes
      Cache
     
  9. Comparison of Calibration of Classifiers — scik...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Wed Oct 30 20:01:21 UTC 2024
      112.3K bytes
      Cache
     
  10. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Wed Oct 30 20:01:21 UTC 2024
      118.8K bytes
      Cache
     
Back to top