whyrv

Results 4 comments of whyrv

Hi, your suggestion makes sense. I hacked this locally by overriding this method by passing an additional flag includeIntradayVolume as follows ``` def get_dataframe(self, tickers, startDate=None, endDate=None, metric_name=None, frequency='daily', includeIntradayVolume=True):...

Hi, This is the relevant set of changes I had made (search for ### below) in the get_dataframe API I mentioned above. regards. valid_columns = {'open', 'high', 'low', 'close', 'volume',...

sorry for the late response. I debugged it quite further. after fixing trivial issues of moving the tensors to xla, the fundamental issue is that the kornia augmentations that you...

yes on VS 2022 Microsoft Visual Studio Community 2022 Version 17.4.3 VisualStudio.17.Release/17.4.3+33205.214 Python; Python 3.9 (64-bit) ![image](https://user-images.githubusercontent.com/27897180/208246538-1565c528-8d87-4a30-9446-49e4b52dec29.png)