Susan Li
1 min readFeb 14, 2019

--

If you run locally, you should randomly sample a partial data set. For example: df = df.sample(frac=0.10, random_state=99)

--

--