ashen97 commited on
Commit
7e91595
·
verified ·
1 Parent(s): 34ae624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - tmdb,
5
+ - movies,
6
+ - films,
7
+ - box
8
+ ---
9
+
10
+ # TMDB Box Office Dataset for Prediction
11
+ This dataset contains metadata for 10,000 movies collected from the TMDB (The Movie Database) API. It is designed for movie analytics and box office prediction tasks. Each row represents a movie with key information useful for regression or machine learning models.
12
+
13
+ ### Columns:
14
+ * id: Unique identifier for the movie
15
+ * title: Title of the movie
16
+ * budget: Budget of the movie in USD
17
+ * revenue: Revenue earned in USD
18
+ * genres: List of genres associated with the movie
19
+ * runtime: Duration of the movie in minutes
20
+ * release_date: Official release date of the movie
21
+ * production_companies: List of production companies involved
22
+ * production_countries: Countries where the movie was produced
23
+ * cast: Main cast members of the movie
24
+
25
+ This dataset was created as part of a project to build a machine learning model for predicting box office revenue using various movie attributes.