- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1011 - 1020 of 9,478 for 2 (0.19 seconds)
-
RBF SVM parameters — scikit-learn 1.8.0 d...
problem involving only 2 input features and 2 possible target classes...sub-sample the dataset to keep only 2 classes and make it a binary classification...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
DummyRegressor — scikit-learn 1.8.0 docum...
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 -
8.1. Toy datasets — scikit-learn 1.8.0 do...
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 -
Hierarchical clustering with and without struct...
2 ], color = plt . cm . jet ( float...X1 [ label_structured == l , 2 ], color = plt . cm . jet ( float...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html -
Red Hat Ansible Automation Platform - IBM Devel...
of 2 pages 1 2 of 2 pages Previous page Next...use case we introduced in Part 2. 19 August 2024 Open Project Ansible...developer.ibm.com/components/redhat-ansible -
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 -
ConstantKernel — scikit-learn 1.8.0 docum...
constant_value = 2 ) is the same as: kernel = RBF () + 2 Read more in...ConstantKernel ( constant_value = 2 ) >>> gpr = GaussianProcessRegre...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html -
make_multilabel_classification — scikit-l...
n_labels = 2 , length = 50 , allow_unlabeled...problem. n_labels int, default=2 The average number of labels per...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
orthogonal_mp — scikit-learn 1.8.0 docume...
n_nonzero_coefs : argmin ||y - Xgamma||^2 subject to ||gamma||_0 <= n_{nonzero...||gamma||_0 subject to ||y - Xgamma||^2 <= tol Read more in the User...scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html -
Comparing randomized search and grid search for...
243980072)} Model with rank: 2 Mean validation score: 0.983 (std:...222222222)} Model with rank: 2 Mean validation score: 0.998 (std:...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html