From 904e926e1b8a0819fe1e5bef24f094b27961234d Mon Sep 17 00:00:00 2001 From: Egill Axfjord Fridgeirsson Date: Fri, 8 Sep 2023 10:36:33 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b47f33d..3da704b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,13 @@ DeepPatientLevelPrediction 2.0.0 ====================== - - New backend which uses pytorch through reticulate insteada of torch in R + - New backend which uses pytorch through reticulate instead of torch in R + - All models ported over to python + - Dataset class now in python + - Estimator class in python + - Learning rate finder in python + - Added input checks and tests for wrong inputs + - Training-cache for single hyperparameter combination added + - Fixed empty test for training-cache DeepPatientLevelPrediction 1.1.6 ======================