Nodar Okroshiashvili

Results 31 comments of Nodar Okroshiashvili

Hey, Prophet got a new name and after version 1 changed the way we install it. try `pip install prophet`

> I tried pip install fbprophet and also pip install prophet > Still same > ![Screenshot 2021-06-16 082208](https://user-images.githubusercontent.com/56186899/122150927-40997f00-ce7c-11eb-813e-38d1d027393a.png) > > ![Screenshot 2021-06-16 082308](https://user-images.githubusercontent.com/56186899/122150923-3f685200-ce7c-11eb-9f8d-1c486b5ffa1c.png) I think when you run `pip install...

@taranggpt6 Prophet has an excellent [documentation](https://facebook.github.io/prophet/docs/installation.html) In your fresh environment, run these two, one by one. Keep the order. ``` pip install pystan==2.19.1.1 pip install prophet ```

@kendalvictor I think you have to downgrade Pandas at 0.25.0. But, before you downgrade, in Pandas `merge()` method either indicate `on` argument or only `left_index` and `right_index` not both of...

I think it's not surprising to have version incompatibility. I hope maintainers will solve this problem but until then if your problem is solved, please close this issue :)

It would be even better to output html file and visualise it in browser instead of matplotlib

Hi @edwinnglabs I want to give this a try. Can you tell me more details?

https://github.com/seperman/deepdiff/issues/373 This is my issue pointing the same. I've closed it thinking it was silly question 😄

@solegalli I guess this relates to #592 If we would be able to profile any class or class method then I think it's trivial to profile tests as well. After...

Okay, sounds good for me. I will handle this issue alongside the another ☺️