我想预测新事件的 no.of 更新?如何在 python 中做到这一点?

I want to predict the no.of updates for a new incident? how to do that in python?

我有一个包含 n 个事件的数据集,其中包含一些信息。描述(文本为英文或德文)和 no.of 等信息更新信息(intiger)。我想预测新事件的 no.of 更新,而不考虑定义的语言(德语或英语)。

我刚开始学习python。请建议在 python?

中使用的行动计划 libraies/algortims

欢迎来到 SO。请注意,这是一个帮助代码而不是帮助方法的站点。前往 TowardsDataScience to get a better understanding of Data Science and to GeeksForGeeks 了解有关 Python 的更多信息。

我建议 pandas and nltk

但是,@Emil 是对的。您可能应该学习 Anaconda 和 Jupyter Notebooks 或任何其他数据科学 material.

的课程或教程