Open PietroLodiRizzini opened 10 months ago
temporarily solved by manually downloading the zip and setting raw_data_dir in the data loader constructor, but the SSL problem for graphmining.ai persists
Adding
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
at the start of the code, also solves the problem.
I was trying to load the METRLA dataset via the following code:
but the following error arises: