- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 822 for tests (0.81 sec)
-
IsotonicRegression — scikit-learn 1.7.2 documen...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html -
Implementing search and generative AI for your ...
www.elastic.co/resources/search/ebook/implementing-search-for-your-knowledge-base -
DensityMixin — scikit-learn 1.7.2 documentation
n_features) Test samples. y Ignored Not used,...scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html -
Comparing randomized search and grid search for...
"mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html -
dbflute-maven-plugin - dbflute:download
dbflute.seasar.org/maven/plugin/ja/download-mojo.html -
Pipeline — scikit-learn 1.7.2 documentation
X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html -
LinearRegression — scikit-learn 1.7.2 documenta...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html -
VotingRegressor — scikit-learn 1.7.2 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html -
DummyRegressor — scikit-learn 1.7.2 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Version 0.22 — scikit-learn 1.7.2 documentation
one test set could be n_classes larger than another. Test sets...replaced by refactoring the common tests in the future. #14305 by Guillaume...scikit-learn.org/stable/whats_new/v0.22.html