Activity
Added serialization and gradient flow tests for all layers
Added serialization and gradient flow tests for all layers
Added new parameter rules for distribution losses
Added new parameter rules for distribution losses
Small naming and structure refactor
Small naming and structure refactor
Added expected_mae metric and fixed metrics to handle distributions
Added expected_mae metric and fixed metrics to handle distributions
Added metrics tests back
Added metrics tests back
Added normalizer tests back
Added normalizer tests back
Updated README.ipynb
Updated README.ipynb
update poetry up to py3.12
update poetry up to py3.12
Increased coverage to py3.12, added a test and small fix on censored …
Increased coverage to py3.12, added a test and small fix on censored …
Added torch distribution wrapper to unify sample() and sample_n()
Added torch distribution wrapper to unify sample() and sample_n()
Re-introduced callbacks tests
Re-introduced callbacks tests
Changed logic, models always returns a dist, loss function samples fr…
Changed logic, models always returns a dist, loss function samples fr…
Added tests and defense against mc optimization without rsample
Added tests and defense against mc optimization without rsample
Added LogNormal and samples loss wrapper for scoringrules
Added LogNormal and samples loss wrapper for scoringrules
Implementend k-th moment for TruncNormal and variance for CensoredNormal
Implementend k-th moment for TruncNormal and variance for CensoredNormal
Started censored normal distribution
Started censored normal distribution
Added multivariate normal
Added multivariate normal
Added truncated normal, gamma and beta distributions
Added truncated normal, gamma and beta distributions
Fixed tests, updated multibranch net and deep&cross net. Removed py3.…
Fixed tests, updated multibranch net and deep&cross net. Removed py3.…
Updated poetry lock
Updated poetry lock
Started migration from TFP to torch distributions and scoringrules in…
Started migration from TFP to torch distributions and scoringrules in…