Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 515 for tests (0.09 sec)

  1. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon May 20 18:34:23 UTC 2024
      85.1K bytes
      Cache
     
  2. sklearn.gaussian_process.GaussianProcessClassif...

    classification on an array of test vectors X. predict_proba (X)...probability estimates for the test vector X. score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Mon May 20 18:34:24 UTC 2024
      59.6K bytes
      Cache
     
  3. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon May 20 18:34:24 UTC 2024
      96.5K bytes
      Cache
     
  4. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Mon May 20 18:34:23 UTC 2024
      61.8K bytes
      Cache
     
  5. Logistic function — scikit-learn 1.4.2 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Mon May 20 18:34:23 UTC 2024
      32.7K bytes
      Cache
     
  6. 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
    Tue May 21 00:58:55 UTC 2024
      351.4K bytes
      Cache
     
  7. sklearn.neighbors.NeighborhoodComponentsAnalysi...

    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
    Mon May 20 18:34:25 UTC 2024
      55.6K bytes
      Cache
     
  8. 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
    Mon May 20 18:34:23 UTC 2024
      99.5K bytes
      Cache
     
  9. 1.6. Nearest Neighbors — scikit-learn 1.4.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Mon May 20 18:34:25 UTC 2024
      99.8K bytes
      Cache
     
  10. 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
    Mon May 20 18:34:24 UTC 2024
      52.4K bytes
      Cache
     
Back to top