电影评分预测
年份 | 时长 | 提名 | 类别 | 评分 |
---|---|---|---|---|
1921 | 3240 | 0 | 喜剧 剧情 | 8.4 |
1925 | 5700 | 1 | 冒险 喜剧 | 8.3 |
1927 | 9180 | 4 | 剧情 喜剧 科幻 | 8.4 |
ludwig experiment \
--dataset movie_ratings.csv \
--config config.yaml
使用 config.yaml
input_features:
-
name: year
type: number
-
name: duration
type: number
-
name: nominations
type: number
-
name: categories
type: set
output_features:
-
name: rating
type: number