Robin van de Water

Results 9 issues of Robin van de Water

Hi, Thank you for creating this package. I am encountering an error when using my own dataset for creating a survival regression model (see below). I am using the `Survival...

The readme is out of date so I added the new installation method

We want users to be able to specify a type of balanced sampling. So for specifying test and train set, we would have the same ratio of positive and negative...

enhancement

See: _Medical Data Wrangling With Sequential Variational Autoencoders,' in IEEE Journal of Biomedical and Health Informatics, vol. 26, no. 6, pp. 2737-2745, June 2022, doi: 10.1109/JBHI.2021.312383,_ GitHub repo: https://github.com/dbarrejon/Shi-VAE/blob/e03a1a727df0489b67d23cd53664fadadc5b3032/src/lib/loss.py#L18

enhancement

Use parallelized library Dask in place of numpy and pandas. https://www.dask.org/

enhancement

Calibrate models with isotonic regressor after training them

enhancement

Suggested by Hendrik to improve the software engineering soundness

enhancement

I am trying to add a new dataset but get the following when running the "test command": ``` (tabzilla) [vandewrp@s-sc-frontend1 TabZilla]$ python tabzilla_data_preprocessing.py --RetroElective Traceback (most recent call last): File...