Richard Stromer
Richard Stromer
A collection of test cases to check regularization functions. Contains some unit tests for base functions and several integration tests to ensure higher regularization values results in lower weights (high...
To get results of GitHub CI tests faster we could cache the dependency installation with pip. More information can be found in the Github docs at https://github.com/actions/setup-python#caching-packages-dependencies
Holidays are only a special kind of events, yet events and holidays often have two almost the same implementations. This issue's aim is to harmonize the implementations and only have...
Read details here: https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/ Required changes - Upgrade Github Action for CodeQL to v2 before December 2022 - Template for CodeQL Github Action with latest version: https://github.com/github/codeql-action#usage Should be a...
Calling `add_country_holidays` does override any previously defined holidays. Meaning repeated calls of `add_country_holidays` with different countries do only result in the holidays of the final call (see example below). Looking...
The example in the readme file on plotting bollinger band lacks the sma function import. This PR provides a fix.
Seems like some docstrings were not updated to our switch to using `@dataclass class` instead of `OrderedDict`. Could you update all the docstrings (seems like primarily in time_net.py) that still...
Here goes a draft on how to restructure the documentation. Below there is a draft and a list of further todos. - [ ] Should we add a welcome page...
This is a is a meta tracker on all the refactoring efforts ## Overall refactors - [ ] Use empty dictionary for config dictionaries instead of `None` (would simplify implementation...