rn5l / session-rec

Python-based framework for building and evaluating session-based and session-aware recommender systems.
385 stars 78 forks source link

yaml.load() is deprecated and has been replaced with yaml.safe_load() #23

Open JeppeJonHolt opened 3 years ago

JeppeJonHolt commented 3 years ago

yaml.load is now deprecated and will not work without additional parameters. I have replaced it with yaml.safe_load which is equivalent and does not require additional changes to the code. https://github.com/bioconda/bioconda-utils/issues/462