- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 857 for tests (0.14 sec)
-
8.4. Loading other datasets — scikit-learn 1.7....
X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......scikit-learn.org/stable/datasets/loading_other_datasets.html -
Video shows Tesla robotaxi on Austin streets wi...
month that Tesla had begun testing cars on Austin public streets...Three other tech startups are testing autonomous vehicles in Austin,...www.nbcnews.com/tech/tech-news/video-shows-tesla-robotaxi-austin-streets-human-driver-rcna212165 -
MultinomialNB — scikit-learn 1.7.0 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
Getting started: Protect hosts with endpoint th...
To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/getting-s... -
feed.xml
import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...www.elastic.co/observability-labs/rss/feed.xml -
LassoCV — scikit-learn 1.7.0 documentation
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Nearest Neighbors regression — scikit-learn 1.7...
axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
IsolationForest example — scikit-learn 1.7.0 do...
X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
NearestCentroid — scikit-learn 1.7.0 documentation
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
KNeighborsClassifier — scikit-learn 1.7.0 docum...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html