Alvaro Bartolome

Results 74 comments of Alvaro Bartolome

Hi again @jackure, as I told you in the other issue, could you please share with me the data you are using so as to reproduce that error and fix...

Hi @jackure, thank you for reporting this! I already need to perform some tests over this so as to identify the problem and find the best possible solution! Please, could...

Hi both @maciekinlondon and @bagcivan, thanks for reporting it! I'll try to solve this later today hopefully and then release a new version with the updated code! :fire:

BTW just let me know if you think that it's useful enough to be considered in the examples and I'll myself modify the code in the Markdown files (and maybe...

Another note to take into consideration may be using the Image URL of the image presented in the posts [Deeplabv3-ResNet101](https://pytorch.org/hub/pytorch_vision_deeplabv3_resnet101/) and [FCN-ResNet101](https://pytorch.org/hub/pytorch_vision_fcn_resnet101/), which is the image [`images/deeplab1.png`](https://raw.githubusercontent.com/pytorch/hub/master/images/deeplab1.png) rather than the...

Hi @typhoon71! Thanks again for the feedback, I will take this into consideration to implement it this summer whenever I take a break from my job and finish my MSc...

Maybe wider data-range from stock needed, the actual range is from the last 3 years until today: ``` actual_date = dt.date.today() past_date = actual_date - dt.timedelta(days=365 * 3) actual_date =...

Hi @harshilvarsani, no, Tweet is a python class you need to have in the same directory as the main.py file. You can see Tweet class file [here](https://github.com/alvarob96/twitter-stock-recommendation/blob/master/Tweet.py).

I am also highly interested in this feature since search just for closed business can provide a lot of useful data for analysis. Maybe default `businesses/search` endpoint remains the same,...

Hi everyone! So it was working but it lasted just some requests, then it got blocked, not due to any sort of new Investing.com protection against `investpy`, but actually due...