simonpf / quantnn

Quantile regression neural networks
Other
15 stars 7 forks source link

No module named 'quantnn.plots' #1

Closed wl935 closed 3 years ago

wl935 commented 3 years ago

Couldn't import the module when running the 'simple_example.ipynb'.

Error message: ModuleNotFoundError: No module named 'quantnn.plots'

simonpf commented 3 years ago

Sorry, the package is still in relatively early development phase so things are breaking. Anyways, this is fixed now so thanks for the heads up!

wl935 commented 3 years ago

Thanks a lot.