Open raoraozu opened 4 years ago
I know this might be a little late. But the problem is that get_values() has been deprecated (around 0.25.0) and they recommend using to_numpy() function instead. So, go to your tears.py file and change the get_values() function to to_numpy() and it should work (worked in my case as I was having the same problem).
@Vinayak285 confirmed it works in my case too. Thanks.
Or you can just remove the 'get_values()', it works in my case
Problem Description
Hi all, I re-ran the same code which worked well before but I am getting this error since I updated my alphalens. Is there anyone who can help? Thanks!
this is the factor_data I have
Please provide a minimal, self-contained, and reproducible example:
Please provide the full traceback:
Please provide any additional information below:
Versions