Baselight

Movie-genre-prediction

data-driven science huggingface competition | movie genre prediction competition

@kaggle.guru001_movie_genre_prediction

Sample Submission
@kaggle.guru001_movie_genre_prediction.sample_submission

  • 230.18 KB
  • 36000 rows
  • 2 columns
id

Id

genre

Genre

57609action
30111action
36119action
65901action
41910action
80334action
79884action
31230action
67265action
55517action

CREATE TABLE sample_submission (
  "id" BIGINT,
  "genre" VARCHAR
);

Share link

Anyone who has the link will be able to view this.