Learn practical skills, build real-world projects, and advance your career

tmdb-box-office-prediction

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
|████████████████████████████████| 71kB 6.5MB/s eta 0:00:01 Building wheel for uuid (setup.py) ... done
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="tmdb-box-office-prediction")
!pip install pandas numpy matplotlib seaborn --quiet