- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1031 - 1040 of 9,551 for 2 (0.23 seconds)
Filter
-
Release Highlights for scikit-learn 1.5 — sciki...
nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
Generate Java records from COBOL with IBM Devel...
2.2 Generate the J2C data binding...Env: JavaSE- 1.7 Copy code 2.3.2 Add connector.jar Next, locate...developer.ibm.com/tutorials/generating-java-records-from-cobol-with-rational-j2c-tools/ -
Connecteur Microsoft 365
2.0 ou superieur Installation du.../usr/share/fess/app/WEB-INF/lib/ Methode 2 : Build depuis les sources git...fess.codelibs.org/fr/15.5/config/datastore/ds-microsoft365.html -
plot_discretization_strategies.rst.txt
[2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt -
Guide de construction rapide
yaml Étape 2 : Démarrer les conteneurs docker...(L’initialisation peut prendre 1 à 2 minutes) Étape 4 : Arrêter docker...fess.codelibs.org/fr/quick-start.html -
Install Red Hat OpenShift Container Platform 4 ...
sure it is using mode type 2 (Layer 2 vSwitch). For people interested...resource requirements Figure 2. Minimum requirements for Red...developer.ibm.com/tutorials/install-red-hat-openshift-on-ibmz-linuxone/ -
Kernel — scikit-learn 1.8.0 documentation
length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]])..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html -
Manage deployments using the Elastic Cloud API ...
"region": "gcp-europe-west1"<2> } ' Optional: You can specify..."cluster_topology": [ { "zone_count": 2, "elasticsearch": { "node_attributes":...www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api -
DummyRegressor — scikit-learn 1.8.0 documentation
2.0 , 3.0 , 4.0 ]) >>> y = np . array ([ 2.0 , 3.0 ,...determination R^2 of the prediction. The coefficient R^2 is defined...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Recursive feature elimination with cross-valida...
The introduction of 2 additional redundant (i.e. correlated)...n_informative = 3 , n_redundant = 2 , n_repeated = 0 , n_classes =...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html