- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 1,829 for test (0.11 sec)
-
Developing scikit-learn estimators — scikit-lea...
predict ( X_test ) Depending on the nature of...private API and mostly used in tests. However, these tags expanded...scikit-learn.org/dev/developers/develop.html -
Species distribution modeling — scikit-learn 1....
"ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
Are AI-Powered Tools - and Cheating-Detection T...
regurgitating text is a physical performance test. Diploma mills...Reading recently conducted a blind test in which ChatGPT-written answers...news.slashdot.org/story/24/12/15/219203/are-ai-powered-tools---and-cheating-detection-tools---hur... -
DetCurveDisplay — scikit-learn 1.6.0 documentation
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
Caching nearest neighbors — scikit-learn 1.6.0 ...
cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
Isotonic Regression — scikit-learn 1.6.0 docume...
plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html -
Evaluation of outlier detection estimators — sc...
reduced using a stratified train_test_split . Furthermore, we set...sklearn.model_selection import train_test_split X , y = fetch_kddcup99...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
java-editor-templates.xml
test_junit4 Test @${testType:newType(org.junit.Test)} public...wt.text Text ${type:newType(org.eclipse.swt.widgets.Text)} $...dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml -
LarsCV — scikit-learn 1.6.0 documentation
test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
Early stopping of Stochastic Gradient Descent —...
y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html