- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 721 - 730 of 2,560 for 2 (2.29 sec)
-
T-Mobile boosts Netherlands broadband reliabili...
www.elastic.co/customers/t-mobile -
Not Every Amazon Prime Day Deal Is Worth It — W...
Best tech deal Apple AirPods Pro 2 $149.00 $249.00 Amazon Learn more...rental homes. Apple AirPods Pro 2 Lowest Price Ever 30,947 Amazon...www.nbcnews.com/select/shopping/amazon-prime-day-deals-2025-07-10-rcna217904 -
Contributing — scikit-learn 1.7.1 documentation
cd scikit-learn Follow steps 2-6 in Building from source to build...pytest pytest-cov ruff == 0 .11.2 mypy numpydoc Add the upstream...scikit-learn.org/stable/developers/contributing.html -
Elasticsearch features list | Elastic
2", "192.168.0.3", "192.168.0.4"...Analyzer (default) Input: "The 2 QUICK Brown-Foxes jumped over...www.elastic.co/elasticsearch/features -
What we know about the victims of the NYC offic...
www.nbcnews.com/news/us-news/know-victims-nyc-office-building-shooting-rcna221713 -
Announcing Elastic’s piped query language, ES|Q...
www.elastic.co/blog/esql-elasticsearch-piped-query-language -
GaussianProcessClassifier — scikit-learn 1.7.1 ...
2, and 5.1 from [RW2006] . Internally,...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.83548752, 0.03228706,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
Perceptron — scikit-learn 1.7.1 documentation
n_features) if n_classes == 2 else (n_classes, n_features) Weights...of shape (1,) if n_classes == 2 else (n_classes,) Constants in...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html -
LinearSVC — scikit-learn 1.7.1 documentation
n_features) if n_classes == 2 else (n_classes, n_features) Weights...of shape (1,) if n_classes == 2 else (n_classes,) Constants in...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
3.3. Tuning the decision threshold for class pr...
DecisionTreeClassifi ( max_depth = 2 , random_state = 0 ) . fit ( X...best_score_ np.float64(0.86) 3.3.1.2. Important notes regarding the...scikit-learn.org/stable/modules/classification_threshold.html