【发布时间】:2013-03-19 15:25:20
【问题描述】:
我想在 scikit-learn 中创建一个贝叶斯模型来预测电影的票房开局。
我从 scikit learn 开始,我发现了很多关于如何加载 CSV 和其他表格数据的示例,但我还没有找到关于如何加载具有值集合的属性的示例,例如:
Movie 1: Actors: [Actor 1, Actor 2, Actor 3...], etc.
谁能给我一个提示?
【问题讨论】:
标签: numpy scipy scikit-learn