analysiscenter / cardio

CardIO is a library for data science research of heart signals
https://analysiscenter.github.io/cardio/
Apache License 2.0
248 stars 78 forks source link

Errors on running tutorials #24

Closed andrii-fadieiev closed 5 years ago

andrii-fadieiev commented 5 years ago

Hello I'm getting errors running Tutorials notebooks.

In Notebook 2 (Pipelines) I got this Screenshot from 2019-05-04 11-43-34

And in Notebook 3 (Models) I got this error Screenshot from 2019-05-04 11-46-33

I'm using Ubuntu 18.04 with latest anaconda

dpodvyaznikov commented 5 years ago

Hi! It seems that there is no data in folders specified by PATH_TO_DATA (notebook 2) and SIGNALS_PATH (notebook 3). Please, check that you've downloaded datasets mentioned in tutorials: CinC17 and QT Database. If you already have the data, change path constants accordingly.

andrii-fadieiev commented 5 years ago

Hello there! That was helpful :) Was a bit confused with that error messages. Thank you for your help and amazing library!