Learn practical skills, build real-world projects, and advance your career
!pip install jovian opendatasets --upgrade --quiet
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. preprocessing 0.1.13 requires nltk==3.2.4, but you have nltk 3.6.2 which is incompatible. WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pyldavis 3.3.1 requires numpy>=1.20.0, but you have numpy 1.19.5 which is incompatible. pdpbox 0.2.1 requires matplotlib==3.1.1, but you have matplotlib 3.4.2 which is incompatible. mxnet 1.8.0.post0 requires graphviz<0.9.0,>=0.8.1, but you have graphviz 0.17 which is incompatible. hypertools 0.7.0 requires scikit-learn!=0.22,<0.24,>=0.19.1, but you have scikit-learn 0.24.2 which is incompatible. WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv

Download datasets

import opendatasets as od

dataset_url = 'https://www.kaggle.com/c/santander-customer-transaction-prediction/rules'
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:
································
0%| | 0.00/250M [00:00<?, ?B/s]
Downloading santander-customer-transaction-prediction.zip to ./santander-customer-transaction-prediction
100%|██████████| 250M/250M [00:02<00:00, 126MB/s]
Extracting archive ./santander-customer-transaction-prediction/santander-customer-transaction-prediction.zip to ./santander-customer-transaction-prediction
!ls
__notebook_source__.ipynb santander-customer-transaction-prediction
import jovian
jovian.commit(project="zerotogbms-project-1")
[jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: