- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1341 - 1350 of over 10,000 for 2 (0.46 seconds)
Filter
-
8.1. Toy datasets — scikit-learn 1.8.0 document...
80 2.34 1.12 Ash: 1.36 3.23 2.36 0.27 Alcalinity...Phenols: 0.98 3.88 2.29 0.63 Flavanoids: 0.34 5.08 2.03 1.00 Nonflavanoid...scikit-learn.org/stable/datasets/toy_dataset.html -
Configure custom alerts from Maximo Monitor to ...
Nidhi Jain Like 2 Save On this page Maximo Monitor...you'll be working with. Step 2. Update the Credentials file The...developer.ibm.com/tutorials/awb-send-alerts-external-system-maximo-monitor/ -
GridSearchCV — scikit-learn 1.8.0 documentation
split0_test_score … rank_t… ‘poly’ – 2 0.80 … 2 ‘poly’ – 3 0.70 … 4 ‘rbf’...verbose = 0 , pre_dispatch = '2*n_jobs' , error_score = nan ,...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html -
Quick Start Guide
10 or later Docker Compose 2.0 or later Step 1: Download the...ompose-opensearch3.yaml Step 2: Start the containers docker compose...fess.codelibs.org/quick-start.html -
Scalable learning with polynomial kernel approx...
= 2 ] = 0 y [ y == 2 ] = 1 # We will try to...We use the Covtype dataset [ 2 ] , trying to reproduce the experiments...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
Debugging messaging applications using the IBM ...
increase the waiting time to 2 minutes, thereby adding a delay...node sampleget .js Copy code If 2 minutes isn’t long enough for...developer.ibm.com/tutorials/awb-debugging-messaging-apps-mq-console/ -
1.13. Feature selection — scikit-learn 1.8.0 do...
2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) >>>...scikit-learn.org/stable/modules/feature_selection.html -
Linux Installation (Detailed Procedure)
2/opensearch-3.3.2-linux-x64.tar.gz $ tar...opensearch-3.3.2-linux-x64.tar.gz $ cd opensearch-3.3.2 Note This...fess.codelibs.org/15.4/install/install-linux.html -
Node.js dependency management - IBM Developer
2.4 B. 1.2.4 C. ~1.2 D. ~1.2.4 E. <1.2.5 || <1.3.0...~1.2.x Answer: ~1.2.3 Answer: 1.2.3 Answer: >=1.2.3 Like Save...developer.ibm.com/learningpaths/get-started-nodejs/manage-dependencies-in-nodejs/ -
Column Transformer with Heterogeneous Data Sour...
We will only use posts from 2 categories to speed up running...empty ( shape = ( len ( posts ), 2 ), dtype = object ) for i , text...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html