From ee77cda803fd20c17d6d52d3d716bb5368088bcd Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Tue, 7 Jan 2025 20:27:51 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a7a4f..467ca28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,15 @@ -# task_predict_modality x.y.z +# task_predict_modality 0.1.0 -## BREAKING CHANGES - - +Initial release after migrating the codebase. ## NEW FUNCTIONALITY -* Added `control_methods/true_labels` component (PR #5). +* Control methods: Solution, Mean per gene, Random Predictions, Zeros. -* Added `methods/logistic_regression` component (PR #5). +* Methods: Guanlab-dengkw, KNNR, Linear Model -* Added `metrics/accuracy` component (PR #5). +* Metrics: MAE, Mean pearson / spearman, RMSE ## MAJOR CHANGES -* Updated `api` files (PR #5). - -## MINOR CHANGES - -* Updated `README.md` (PR #5). - -## BUGFIXES - +* Refactored the API schema.