Andrew Rainboldt
Andrew Rainboldt
I don't have a bug or issue to report. Just some questions. First, the word-bank size for the Weasel transformation is limited to 26. Apparently this is because there are...
``` import pandas_datareader as pdr pdr.DataReader('SPY', 'yahoo', start='2006-01-01', end='2020-04-17') --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 import pandas_datareader as pdr 2 ----> 3 pdr.DataReader('SPY', 'yahoo', start='2006-01-01', end='2020-04-17') ~/virtualenvs/tf2/lib/python3.7/site-packages/pandas/util/_decorators.py...
Hi, Great package! I really appreciate its simple and useful api. It would be better, however, to have stock/etf/...etc data updated, or update-able, instead of being stored permanently in the...
Hi! Interesting project! It looks like the package is using the keyboard characters for transliteration. With Greek, however, the greek keyboard doesn't correspond to the english keyboard phonetically. The character...
I've installed from source for python3.7.4 on OS-Mojave (which isn't currently supported). I'm getting the following error when importing: ``` ImportError Traceback (most recent call last) in ----> 1 from...
Hi! great package! Really appreciate all your guys work and the community here. I've learned a lot. I'm starting to explore the sktime-dl package now and I have two requests/suggestions....
Hi, It doesn't look like this is setup to make async calls. If not, why not? Best, Andrew
Hi, Great package, I hope that you continue to develop it. I don't see this paper included. Have I overlooked it? Any plans to implement it? http://www.public.asu.edu/~huanliu/papers/pakdd00clu.pdf Best, Andrew
Hi, Great package, I hope that you continue to develop it. I don't see this paper included. Have I overlooked it? Any plans to implement it? http://www.public.asu.edu/~huanliu/papers/pakdd00clu.pdf Best, Andrew
Really enjoy the work done on this library. Very interesting implementations and makes EDA a lot more fun! I was wondering if there're any thoughts about implementing tooling for interpretable...