- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 420 for tests (0.11 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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