Leelu1002 commited on
Commit
92db5b0
·
verified ·
1 Parent(s): 0360774

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -129,7 +129,35 @@ This analysis shows that **pre-release movie characteristics** can be used to me
129
  The strongest indicators are **budget**, **genre**, **creative type**, and **production method**, while running time offers additional but weaker predictive value.
130
 
131
  ---
 
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  # ✍️ Author
134
  **Leelu Alfi**
135
  Reichman University - Data Science Track
 
129
  The strongest indicators are **budget**, **genre**, **creative type**, and **production method**, while running time offers additional but weaker predictive value.
130
 
131
  ---
132
+ # 📂 Project Files
133
 
134
+ Below is a complete list of all files used throughout this project:
135
+
136
+ ## 📁 Dataset Files
137
+ - **movies_dataset.csv** — Original dataset downloaded from Kaggle
138
+ - **movies_cleaned.csv** — Cleaned version after handling missing values and removing duplicates
139
+
140
+ ## 📘 Notebook Files
141
+ - **Leelu_EDA_&_Dataset.ipynb** — Main notebook containing:
142
+ - Data loading
143
+ - Data cleaning
144
+ - Target variable creation (`is_profitable`)
145
+ - Full Exploratory Data Analysis (EDA)
146
+ - Visualizations and insights
147
+
148
+ ## 📊 Visualization Outputs
149
+ (Images included in the README)
150
+
151
+ - **Profit X Budget.png** — Profit vs. Production Budget
152
+ - **Profit X Running Time.png** — Running Time Density (Profitable vs. Not Profitable)
153
+ - **Profit X Genre.png** — Profitability by Genre
154
+ - **Profit X Creative Type.png** — Profitability by Creative Type
155
+ - **Profit X Production Method.png** — Average Profit by Production Method
156
+
157
+ ## 📝 Documentation
158
+ - **README.md** — Project summary and final results documentation
159
+
160
+ ---
161
  # ✍️ Author
162
  **Leelu Alfi**
163
  Reichman University - Data Science Track