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

kagglecomp

Use the "Run" button to execute the code.

!pip install jovian opendatasets --upgrade --quiet
# Execute this to save new versions of the notebook
jovian.commit(project="kagglecomp")
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
sns.set_style('darkgrid')
import opendatasets as od
import jovian
import os 
od.download("https://www.kaggle.com/c/tabular-playground-series-sep-2021")
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: anurag2405 Your Kaggle Key: ········ Downloading tabular-playground-series-sep-2021.zip to ./tabular-playground-series-sep-2021
100%|██████████| 597M/597M [00:08<00:00, 76.5MB/s]
Extracting archive ./tabular-playground-series-sep-2021/tabular-playground-series-sep-2021.zip to ./tabular-playground-series-sep-2021