寻找数据的最佳分类模型

发布于 2025-02-11 18:44:51 字数 55 浏览 5 评论 0原文

我有按照最大的极值分布模型的数据,哪种分类模型最适合?我正在尝试通过预测建模进行二进制分类...

I have data following largest extreme value distribution model, which classification model would be best for this? I'm trying to perform binary classification with predictive modeling...

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九公里浅绿 2025-02-18 18:44:52

我建议您简单地尝试不同的模型,然后查看哪个对给定数据集的表现更好。
您可以使用scikit-learn手动进行操作,也可以使用auto-ml librairie,例如 pycaret

I would suggest you to simply try with different models and see which perform better for the given dataset.
You can do it manually using Scikit-learn for example or you can use an auto-ml librairie such as PyCaret

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文