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

alt

!pip install jovian --upgrade --quiet
!pip install plotly nltk wordcloud eli5 --upgrade --quiet
!pip install opendatasets --upgrade --quiet
!pip install numpy pandas matplotlib seaborn --quiet
!pip install jovian opendatasets xgboost graphviz lightgbm scikit-learn xgboost lightgbm --upgrade --quiet

Download datasets

import opendatasets as od

dataset_url = 'https://www.kaggle.com/c/tmdb-box-office-prediction/'
od.download(dataset_url, force=True)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: usernamedatascience Your Kaggle Key: ········ Downloading tmdb-box-office-prediction.zip to ./tmdb-box-office-prediction
100%|██████████| 17.4M/17.4M [00:00<00:00, 81.5MB/s]
Extracting archive ./tmdb-box-office-prediction/tmdb-box-office-prediction.zip to ./tmdb-box-office-prediction

Loading the dataset and libraries