generated from openproblems-bio/task_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-simple-mlp
- Loading branch information
Showing
4 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
# task_predict_modality x.y.z | ||
# task_predict_modality 0.1.0 | ||
|
||
## BREAKING CHANGES | ||
|
||
<!-- * Restructured `src` directory (PR #3). --> | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
set -e | ||
|
||
common/scripts/create_task_readme | ||
common/scripts/create_task_readme --input src |