Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created September 2, 2021 02:51
Show Gist options
  • Save sgsg704/d6dfc08f375e6879ee91661b1a991a71 to your computer and use it in GitHub Desktop.
Save sgsg704/d6dfc08f375e6879ee91661b1a991a71 to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import matplotlib.pyplot as plt
import seaborn as sns
import os
plt.rcParams['figure.figsize']=(12,5)
import warnings
warnings.filterwarnings("ignore")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment