- Sort Score
- Num 10 results
- Language All
- Labels All
Results 761 - 770 of over 10,000 for 2 (0.15 seconds)
-
silhouette_score — scikit-learn 1.8.0 doc...
defined if number of labels is 2 <= n_labels <= n_samples...Applied Mathematics 20: 53-65. [ 2 ] Wikipedia entry on the Silhouette...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html -
OneVsOneClassifier — scikit-learn 1.8.0 d...
X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
Lagged features for time series forecasting ...
2 ± 4.0" "39.3 ± 2.8" "16.7..."92.5 ± 16.2" "5.9 ± 0.9" "46.2 ± 8.1"...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html -
Edge computing - IBM Developer
of 2 pages 1 2 of 2 pages Previous page Next...use case we introduced in Part 2. 28 March 2025 Series Implementing...developer.ibm.com/depmodels/edge-computing -
One-Class SVM versus One-Class SVM using Stocha...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html -
plot_multi_metric_evaluation.ipynb
param_grid={\"min_samples_split\": range(2, 403, 20)},\n scoring=scoring,\n...scoring=scoring,\n refit=\"AUC\",\n n_jobs=2,\n return_train_score=True,\n)\ngs.fit(X,...scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation.... -
IBM Cloud Pak for Applications - IBM Developer
developer.ibm.com/components/cloud-pak-for-applications -
StratifiedKFold — scikit-learn 1.8.0 docu...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits () 2 >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
SGD: Weighted samples — scikit-learn 1.8....
scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html -
plot_hgbt_regression.py
2. :ref:`categorical_support_gbdt`,...showcasing all points except 2 and 6 in a real life setting....scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py