Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Netflix AI Greenlight Challenge
# group member !
Vincent kuo
Iris Su
Sean Shen
Jeannie LAN
# The changes include:
Our analysis is available under the netflix-writer.ipynb exercise;
temp contains temporary files and Vincent's presentation notes, which can be ignored;
the team final project is the presentation PDF.










# Netflix AI Greenlight Challenge
[![License: GNU AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Python](https://img.shields.io/badge/Python-3.13-blue?logo=python)](https://www.python.org/)
[![Pydantic](https://img.shields.io/badge/Pydantic-2.13-blue?logo=pydantic)](https://docs.pydantic.dev/)
Expand Down Expand Up @@ -116,4 +134,4 @@ pip --version # you should see pip 25.3.x
Please report bugs to the [GitHub Issues Page](https://github.com/netflix-writers/netflix/issues)
for this project.

ask for Lawrence.
ask for Lawrence.r
12 changes: 12 additions & 0 deletions bad_example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import numpy as np
import pandas as pd

def compute_average(values):
total = 0
for i in range(len(values)):
total = total + values[i]
average = total / len(values)
return average

result = compute_average([1, 2, 3, 4, 5])
print(result)
1 change: 1 addition & 0 deletions bad_number.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
not a number
1 change: 1 addition & 0 deletions good_number.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42
6 changes: 6 additions & 0 deletions messy_example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
def compute_average(values):
total = 0
for i in range(len(values)):
total = total + values[i]
average = total / len(values)
return average
263 changes: 263 additions & 0 deletions netflix-writer copy.ipynb

Large diffs are not rendered by default.

14,486 changes: 14,454 additions & 32 deletions netflix-writer.ipynb

Large diffs are not rendered by default.

Binary file added netflix/data/seasons_episodes_dual_axis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading