- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1091 - 1100 of 3,751 for test (0.31 seconds)
Filter
-
RANSACRegressor — scikit-learn 1.8.0 documentation
the mean accuracy on the given test data, which is used for the...the inliers predicted by the “best” model found during RANSAC sampling...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
Lasso model selection: AIC-BIC / cross-validati...
a final evaluation on unseen test set only. Conclusion # In this...fold. This illustrates why nested-cross validation is a good...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_model_selection.html -
How to validate your GraphQL queries with ESLint
first step was to fire some test queries at the API. I quickly...the past, I'd used GitHub's RESTful API , and pieced my data together...developer.ibm.com/articles/validate-graphql-queries-eslint/ -
1.11. Ensembles: Gradient boosting, random fore...
the “best” split (i.e. equivalent to passing splitter="best" to...'squared_error' ... ) >>> est = est . fit ( X_train , y_train...scikit-learn.org/stable/modules/ensemble.html -
Sharing MQ JMS conversations over channel insta...
developer.ibm.com/articles/awb-sharing-mq-conversations-over-channel-instances/ -
1.4. Support Vector Machines — scikit-learn 1.8...
scaling must be applied to the test vector to obtain meaningful...all training vectors and the test vectors must be provided: >>>...scikit-learn.org/stable/modules/svm.html -
Common pitfalls in the interpretation of coeffi...
DataFrame ( [ est [ - 1 ] . regressor_ . coef_ * est [: - 1 ] ....DataFrame ( [ est [ - 1 ] . regressor_ . coef_ * est [: - 1 ] ....scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html -
bootstrap.js
test(j());if(/Trident/i.test(j())&&S(t)&&"fi...F(){return!/^((?!chrome|android).)*safari/i.test(j())}function H(t,e,i){void...scikit-learn.org/stable/_static/scripts/bootstrap.js -
8.4. Loading other datasets — scikit-learn 1.8....
Those images can be useful to test algorithms and pipelines on...machine learning algorithms work best if the input is converted to...scikit-learn.org/stable/datasets/loading_other_datasets.html -
RidgeClassifier — scikit-learn 1.8.0 documentation
n_features) Test samples. y array-like of shape...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html