- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 931 for tests (0.12 sec)
-
RegressorChain — scikit-learn 1.7.dev0 document...
test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/dev/modules/generated/sklearn.multioutput.RegressorChain.html -
Researchers raise concerns about DeepSeek chatb...
transferred to China Mobile when testing logins in North America, but...data being transferred in his testing but concluded that it is likely...apnews.com/article/deepseek-china-generative-ai-internet-security-concerns-c52562f8c4760a81c4f76b... -
Examples — scikit-learn 1.7.dev0 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...scikit-learn.org/dev/auto_examples/index.html -
plot_classifier_comparison.ipynb
y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
learning_curve — scikit-learn 1.6.1 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 -
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 -
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 -
Recognizing hand-written digits — scikit-learn ...
and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
1.16. Probability calibration — scikit-learn 1....
test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...scikit-learn.org/stable/modules/calibration.html -
Visualization of MLP weights on MNIST — scikit-...
partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html