simon-hirsch / rolch

A package for online learning for distributional regression and online models for conditional heteroskedasiticity
https://simon-hirsch.github.io/rolch/
MIT License
9 stars 2 forks source link

DRAFT: Improve handling of the default parameters #16

Closed simon-hirsch closed 1 month ago

simon-hirsch commented 1 month ago

Currently the code breaks somewhere if the user passes a dict where some distribution parameters are missing, e.g. do_scale = {1 : True}. Now we raise a warning and fill the default.

image

On the same go, I'd like to make forget and estimation_kwargs dictionaries that can be individual for each distribution parameter. Potentially also method but that includes a bigger refactoring.