giotto-ai / giotto-tda

A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
845 stars 173 forks source link

[BUG] #676

Open dbl001 opened 1 year ago

dbl001 commented 1 year ago

Describe the bug In the Jupyter notebook, examples/classifying_shapes.ipynb. this import statement fails.

from data.generate_datasets import make_point_clouds

Additional context Don't you need to create an init.py file in the directory examples/data? E.g.

$ touch examples/data/__init__.py