ysig / GraKeL

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

Changed import of Bunch #47

Closed xtomasch closed 3 years ago

xtomasch commented 3 years ago

The Bunch class is now part of the sklearn.utils package and the used import path is no longer working with current sklearn (https://github.com/scikit-learn/scikit-learn/commit/ca78d75e751d8d57c08fb48fc8f437d18d454e43)

ysig commented 3 years ago

The next version of grakel is on this branch https://github.com/ysig/GraKeL/tree/0.1a8 If you can add your pull request there. Also add a flag for previous versions of scikit-learn to work.