Updates: - prediction and sampling with adaptive batch sizes to avoid out-of-memory error - standardization for multivariate Y - fix torch numerical issue when computing the energy score with a float beta
0.1.6
sigmoid` option for classification or response values with support [0,1]^d.
`resblock` defaults to False.
0.1.5
Two new options: - Classification. Set `classification=True` in `engression` function. - Residual blocks. Set `resblock=True`. Defaults to True when num_layers > 2.