timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.16k stars 644 forks source link

Requirements not properly installed #10

Closed cristi-zz closed 4 years ago

cristi-zz commented 4 years ago

Hi! I am trying to use your library.

I tried first installing from git and when launching a jupyter with from tsai.all import * I got some missing packages.

I installed from pip, same thing. Here they are (they are NOT exclusive, because I already have fastai and other libraries so some requirements were already installed)

pywavelet
imbalanced-learn
numba

[for now]

Thank you

oguiza commented 4 years ago

Hi, Thanks for raising this issue. I've reviewed all imports and have made an update to the repo as well as the pip package. I think I didn't miss anything, but if you have any new issue please let me know.