Sam Mourad

Results 6 comments of Sam Mourad

@ShreyasJothish this should do it. ``` # Turn off pystan warnings warnings.simplefilter("ignore", DeprecationWarning) warnings.simplefilter("ignore", FutureWarning) # Turn off fbprophet stdout logger logging.getLogger('fbprophet').setLevel(logging.ERROR) ```

Same issue here. I agree with @usser123 it's a high impact issue.

@Martinsos thanks for the quick reply. I'm using * ubuntu 24.04 * wasp 0.13.2 * node 18.9.1 I started the project by running these commands: ``` curl -sSL https://get.wasp-lang.dev/installer.sh |...

@Martinsos I just ran `wasp new -t saas` and it worked! Thank you for the help.

@Martinsos I found out from my .zsh_history this error was raised by `wasp db migrate-dev` That's how I replicated it ``` wasp new mySaasApp2 -t todo-ts cd mySaasApp2 wasp db...

Hi @bletham . Thank you for this amazing package called fbprophet!! It's moving the forecasting world to a new level. Question: are there any plans to get the negative binomial...