- Sort Score
- Num 10 results
- Language All
- Labels All
Results 561 - 570 of 5,053 for c (0.63 seconds)
Filter
-
CalibratedClassifierCV — scikit-learn 1.8.0 doc...
Zadrozny & C. Elkan. Obtaining calibrated probability...ICML 2001. [ 2 ] B. Zadrozny & C. Elkan. Transforming Classifier...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
数据库连接器
p JOIN categories c ON p . category_id = c . id WHERE p . active...p . description , p . price , c . name as category , p . updated_at...fess.codelibs.org/zh-cn/15.5/config/datastore/ds-database.html -
Release Highlights for scikit-learn 1.8 — sciki...
'deprecated' C C: float, default=1.0 Inverse of...`'penalty='elasticnet'`. 'deprecated' C C: float, default=1.0 Inverse of...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_8_0.html -
Using KBinsDiscretizer to discretize continuous...
c = "k" ) ax1 . legend ( loc = "best".... plot ( X [:, 0 ], y , "o" , c = "k" ) ax2 . vlines ( enc . bin_edges_...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
SVM: Separating hyperplane for unbalanced class...
C = 1.0 ) clf . fit ( X , y ) #...scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = plt . cm . Paired...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
Pipeline ANOVA SVM — scikit-learn 1.8.0 documen...
0001 C C: float, default=1.0 Regularization...the parameter C of class i to ``class_weight[i]*C`` for SVC. If...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html -
High-performance SnapML preprocessing for Machi...
C++ execution, and consistent scikit‑learn...transformations in optimized C++ during inference. This process...developer.ibm.com/articles/snapml-preprocessing-machine-learning-ibmz/ -
SVM: Weighted samples — scikit-learn 1.8.0 docu...
sample weighting rescales the C parameter, which means that the...X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
1.9. Naive Bayes — scikit-learn 1.8.0 documenta...
to class \(c\) , \(N_{c} = |\{ j \in J\mid y_j = c\}|\) is the...\sum_{j:y_j \neq c} d_{ij}} {\alpha + \sum_{j:y_j \neq c} \sum_{k} d_{kj}}\\w_{ci}...scikit-learn.org/stable/modules/naive_bayes.html -
Plot multi-class SGD on the iris dataset — scik...
x0 * coef [ c , 0 ]) - intercept [ c ]) / coef [ c , 1 ] plt ....X [ idx , 0 ], X [ idx , 1 ], c = color , label = iris . target_names...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html