如何重新训练逻辑回归模型的假阳性和假阴性标签?

发布于 2025-02-03 05:48:25 字数 335 浏览 2 评论 0原文

我已经培训了具有极端不平衡类的逻辑回归模型。我使用了所有技术(SMOTE,班级体重调整,决策阈值)来提高性能指标(精度和召回),但结果不是很有希望 - 非常高的假阳性级别率:(

我听说重新训练假阳性/负面因素可以改善该级数结果,我不确定该过程是如何进行误报,将其重新标记为(1,0),并以相同的模型训练它吗? :

I have trained a logistic regression model with an extreme imbalanced classes. I used all techniques (SMOTE, class weight adjustment, decision threshold) to improve performance metrics (Precision and Recall) but results are not very promising - very high false positive class rate :(

I have heard that retraining false positive/negatives could improve the result but I am not sure how the process is. for example should I take false positives, relabel it 50/50 as (1, 0) and train it with the same model? I do highly appreciate if someone can elaborate on process with details:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文