Im working with the sample notebook named '1_Customer Lifetimes.py' in https://github.com/databricks-industry-solutions/customer-lifetime-value
In notebook, there is the code like this `%run "./config/Data Extract"`
This load excel data however it occured error like below.
=============================================================
Connecting to archive.ics.uci.edu (archive.ics.uci.edu)|128.195.10.252|:80... failed: Connection timed out.
Retrying
=============================================================
I didn't check this from other workspace, but I guess it seems my AWS network setting problem.
Could you guys tell me what is the problem?