Lorenzo Stella

Results 221 comments of Lorenzo Stella

@Borda maybe it's better not to freeze the black version. For example, vulnerabilities are found in black versions prior to 24.3.0, see https://github.com/awslabs/gluonts/security/dependabot/17

> but instead move the black version to `requorements/lint.txt` and dependable which would periodically check and bump via PR so you will have it still up-to-date but fully under control...

@Borda the style check workflow is pretty quick compared to tests, I think?

@Borda I think it's fine to have pre-commit hooks, but maybe we leave the github workflows untouched for now? We can always remove them later if we believe it's the...

@enzodesena nice to see you here! Yes, I believe the demos folder might be a little outdated. Especially the Manifest file should probably not even be there, and the notebooks...

> Here are the results on the solar dataset averaged over 10 runs. Does the dataset contain missing values?

@khawar-islam what is the performance when running on CPU? I'm not sure you can expect great performance with a DeepAR model (at least with default hyperparameters) since it's based on...

@ArianKhorasani you can use triple backticks to better highlight code sections, error traces, etc. See https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks The TransformerEstimator only supports univariate data.

That usually arises when many of the series in the training data are too short to be able to extract meaningful training examples. Based on your error, it seems like...