quant5
quant5
If you set `per_element = False` (line 19) the NN will fail because the `batch_size=num_train` assumption will lead to a dimensionality error with self.lstm call on line 77. One way...
## Describe your environment (if applicable) * Operating system: Windows * Python Version: 3.9.12 (`python -V`) * CCXT version: 1.92.84 (`pip freeze | grep ccxt`) * Freqtrade Version: 2022.9.dev (`freqtrade...
- **Poetry version**: 1.7.1 - **Python version**: 3.11.5 (Anaconda distribution) - **OS version and name**: Windows 11 - **pyproject.toml**: N/A - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version,...
I made a PR with a small refactor to two of the examples. https://github.com/cvxgrp/cvxportfolio/pull/87 I have some questions / thoughts: * for `multiperiod_tcost.py` * why is there a hard-coded zero-out...
### Description In many of the "Model Evaluation" sections within the `statsforecast` docs, it's mentioned that `datasetsforecast` is a required installation in order to get access to error metrics. However,...
### Description Please correct my understanding if it's incorrect. Relatively new to the library! * The point of `sf.forecast` is to optimize memory burden & be parallel / optimization friendly....
### Description Many instances throughout the `statsforecast` docs have the user create a custom `evaluate_performace` function, but there is a perfectly fine one within `utilsforecast`, which is installed with `statsforecast`....
### Description Several pages fail to load and instead we get an "Oops, there's an error" message. Interestingly, searching for the topic (e.g., holt-winters) in the search bar causes the...
Solution to https://github.com/cvxgrp/cvxportfolio/issues/177 Tested on my machine running Windows and Python 3.11.5. Original behavior (which errors for me, hence #177) is retained if parameter is not supplied. @enzbus It's up...