- Sort Score
- Num 10 results
- Language All
- Labels All
Results 511 - 520 of 2,947 for test (0.2 seconds)
-
Failure of Machine Learning to infer causal eff...
data into a training and a testing set. from sklearn.model_selection...education as well (e.g. by IQ tests). But omitting the “ability”...scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html -
SVC — scikit-learn 1.8.0 documentation
Scalability Nested versus non-nested cross-validation Nested versus...versus non-nested cross-validation Test with permutations the significance...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
Beyond buzzwords: A brief history of microservi...
because development and test environments were large, difficult...themselves, in development, test, and production environments...developer.ibm.com/articles/cl-evolution-microservices-patterns/ -
Getting started with the Quarkus CLI - IBM Deve...
properties │ └── test/ # Unit and integration tests ├── pom.xml #...them. src/test/java/ - This is where you write tests. Quarkus...developer.ibm.com/tutorials/quarkus-basics-01/ -
PLSRegression — scikit-learn 1.8.0 docume...
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.cross_decomposition.PLSRegression.html -
BaggingRegressor — scikit-learn 1.8.0 doc...
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.BaggingRegressor.html -
QuadraticDiscriminantAnalysis — scikit-le...
n_features) Array of samples (test vectors). Returns : C ndarray...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
CCA — scikit-learn 1.8.0 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.cross_decomposition.CCA.html -
Ridge — scikit-learn 1.8.0 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.linear_model.Ridge.html -
MaxAbsScaler — scikit-learn 1.8.0 documen...
distribution shift between training and test data). The transformed values...distort the distribution of test data. Attributes : scale_ ndarray...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html