- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 819 for tests (0.14 sec)
-
r_regression — scikit-learn 1.6.1 documentation
Linear model for testing the individual effect of each...Univariate linear regression tests returning f-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html -
Testimonials — scikit-learn 1.6.1 documentation
but its careful and well tested implementation give us the...Moreover, its consistent API, well-tested code and permissive licensing...scikit-learn.org/stable/testimonials/testimonials.html -
RidgeCV — scikit-learn 1.6.1 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.RidgeCV.html -
RadiusNeighborsRegressor — scikit-learn 1.6.1 d...
or None Test samples. If None , predictions...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
Painless Scripting Language [8.18] | Elastic
API Number Sort API Painless Test API Processor Conditional API...www.elastic.co/guide/en/elasticsearch/painless/8.18/index.html -
Glossary of Common Terms and API Elements — sci...
common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...scikit-learn.org/stable/glossary.html -
Coding Policy of Hands-on | DBFlute
* DBFlute Hands-on Section 2 Test Class * @author jflute */ public...MemberBhv memberBhv ; public void test_demo() throws Exception { //...dbflute.seasar.org/tutorial/handson/review/codingpolicy.html -
ExtraTreeClassifier — scikit-learn 1.6.1 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> cls . score ( X_test , y_test ) 0.8947... apply ( X ,...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html -
Plot Ridge coefficients as a function of the re...
regularization on training and test error Effect of model regularization...regularization on training and test error Common pitfalls in the interpretation...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html -
Gaussian Mixture Model Selection — scikit-learn...
"mean_test_score" ] ] df [ "mean_test_score" ] = - df...df [ "mean_test_score" ] df = df . rename ( columns = { "param_n_components"...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html