analysiscenter / cardio

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

ModuleNotFoundError: No module named 'cardio.dataset' #25

Closed kobeHub closed 5 years ago

kobeHub commented 5 years ago

I get ModuleNotFoundError: No module named 'cardio.dataset', when I try to import cardio.dataset as ds. I install cardio via pip and git repository, but none works. I use python3.7.3

roman-kh commented 5 years ago

dataset submodule has been renamed to batchflow, so try this: import cardio.batchflow as ds

kobeHub commented 5 years ago

Thank a lot!