寻找数据的最佳分类模型
我有按照最大的极值分布模型的数据,哪种分类模型最适合?我正在尝试通过预测建模进行二进制分类...
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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您简单地尝试不同的模型,然后查看哪个对给定数据集的表现更好。
您可以使用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