Ben

Results 4 comments of Ben

I've got the same problem. Very simply optimization and I get the same `The 'criterion' parameter of ExtraTreesRegressor must be a str among {'poisson', 'squared_error', 'absolute_error', 'friedman_mse'}. Got 'mse' instead.`...

Is there any workaround for now besides disabling the security rules inside Control Tower? The issue is currently blocking us from using Amplify at all. We are unable to start...

My app is built on Flutter which Gen 2 does not seem to support yet. Is there an ETA on when Gen 2 will become available for Flutter?

I suspect the error is in the following lines of code, specifically your indexes: ``` python if self.macd[0] > 0 and self.macd[1] > 0 and crossover(self.ema_fast, self.ema_slow): self.sell() elif self.macd[0]...