ysig / GraKeL

A scikit-learn compatible library for graph kernels
https://ysig.github.io/GraKeL/
Other
593 stars 97 forks source link

updated links in fetch_dataset and fixed SSL purpose #108

Open theoliver7 opened 5 months ago

theoliver7 commented 5 months ago

This PR relates to #105 . The implemented fix doesn't seem to work anymore because the datasets were moved from https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets to https://chrsmrrs.github.io/datasets/

Further to allow client side SSL we need to use ssl.Purpose.SERVER_AUTH see https://docs.python.org/3/library/ssl.html

muety commented 2 months ago

Would love to have this merged soon!