- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1311 - 1320 of over 10,000 for 2 (0.66 seconds)
Filter
-
Deinstallationsverfahren
0 Schritt 2: Löschen von OpenSearch Löschen...RPM-Paket: $ sudo rpm -e fess Schritt 2: Deinstallation von OpenSearch...fess.codelibs.org/de/15.5/install/uninstall.html -
DictVectorizer — scikit-learn 1.8.0 documentation
'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }]...fit_transform ( D ) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
1.11. Ensembles: Gradient boosting, random fore...
features 1 and 2. But note that features 0 and 2 are forbidden...Right split at feature 2 has only group {1, 2} from now on. LightGBM...scikit-learn.org/stable/modules/ensemble.html -
Incremental PCA — scikit-learn 1.8.0 documentation
target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
Quickstart: Time series data stream basics | El...
"total": 2, "successful": 2, "failed":..."total": 2, "successful": 2, "failed":...www.elastic.co/docs/manage-data/data-store/data-streams/quickstart-tsds -
Effect of varying threshold for self-training —...
capsize = 2 , color = "b" ) ax1 . set_ylabel.... std ( axis = 1 ), capsize = 2 , color = "g" , ) ax2 . set_ylim...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
SVM with custom kernel — scikit-learn 1.8.0 doc...
: 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
Model Complexity Influence — scikit-learn 1.8.0...
"n_iter_no_change" : 2 , }, "changing_param" : "l1_ratio"..."tuned_params" : { "C" : 1e3 , "gamma" : 2 **- 15 }, "changing_param" : "nu"...scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html -
Procédure de désinstallation
0 Étape 2 : Suppression d’OpenSearch Supprimez...RPM $ sudo rpm -e fess Étape 2 : Désinstallation d’OpenSearch...fess.codelibs.org/fr/15.5/install/uninstall.html -
Decision Tree Regression — scikit-learn 1.8.0 d...
label = "max_depth=2" , linewidth = 2 ) plt . plot ( X_test...DecisionTreeRegresso ( max_depth = 2 ) regr_2 = DecisionTreeRegresso...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html