- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 591 - 600 of 1,834 for test (0.11 sec)
-
タイプセーフメール送信 (MailFlute) | LastaFlute
subject to show test environment or not mail.subject.test.prefix = [Test]...[Test] # The common return path of all mail mail.return.path...dbflute.seasar.org/ja/lastaflute/howto/architecture/typesafemail.html -
is_classifier — scikit-learn 1.6.0 documentation
estimator object Estimator object to test. Returns : out bool True if...scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html -
plot_multi_metric_evaluation.rst.txt
1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
複数DB | DBFlute
dbflute-test-dbms-oracle (Oracle利用) Google Guice dbflute-test-active-hangar...dbflute-test-dbms-mysql (MySQL利用) Lasta Di lastaflute-test-fortress...dbflute.seasar.org/ja/manual/function/genbafit/projectfit/multipledb/ -
is_clusterer — scikit-learn 1.6.0 documentation
estimator object Estimator object to test. Returns : out bool True if...scikit-learn.org/stable/modules/generated/sklearn.base.is_clusterer.html -
is_regressor — scikit-learn 1.6.0 documentation
instance Estimator object to test. Returns : out bool True if...scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html -
Novelty detection with Local Outlier Factor (LO...
X_outliers ) n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...# e.g. X_test, X_outliers or the meshgrid y_pred_test = clf ....scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
API Reference — scikit-learn 1.6.0 documentation
text HashingVectorizer Convert a collection of text documents...format. sklearn.tree export_text Build a text report showing the rules...scikit-learn.org/stable/api/index.html -
Digits Classification Exercise — scikit-learn 1...
)] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html -
Visualizing cross-validation behavior in scikit...
examples Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html