generated from openproblems-bio/task_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate components from main repository (#1)
* Update common submodule * Add ORCiD to task config * Migrate metrics/clustering_performance component * Remove template metrics/accuracy component * Style YAML files * Style Python files Using Black and isort * Migrate methods/pca component * Remove template methods/logistic_regression comp * Move links in metrics for consistency with methods * Migrate control_methods/spectral_features comp * Tidy component config YAML files Add comments separating sections * Fix template name in control_methods/spectral_features * Migrate control_methods/true_features component * Migrate metrics/coranking component * Migrate metrics/density_preservation component * Migrate metrics/distance_correlation component * Migrate metrics/trustworthiness component * Migrate methods/densmap component * Migrate methods/diffusion_map component * Migrate methods/ivis component * Migrate methods/lmds component * Update data_processor component Match template and perform correct processing for this task * Set diffusion_map default to 2 dimensions * Migrate methods/neuralee component * Migrate methods/phate component * Migrate methods/pymde component * Migrate methods/simlr component * Migrate methods/tsne component * Migrate methods/umap component * Render README * Update CHANGELOG.md * update to viash 0.9.0 * update format of components * fix lmds --------- Co-authored-by: Robrecht Cannoodt <[email protected]> Co-authored-by: bendemeo <[email protected]> Co-authored-by: michalk8 <[email protected]> Co-authored-by: scottgigante <[email protected]> Co-authored-by: Kai Waldrant <[email protected]> Co-authored-by: sainirmayi <[email protected]> Co-authored-by: jacorvar <[email protected]>
- Loading branch information
1 parent
3263edd
commit ab268cc
Showing
54 changed files
with
2,281 additions
and
355 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,26 +1,28 @@ | ||
# task_template x.y.z | ||
<!-- # dimensionality_reduction x.y.z | ||
## BREAKING CHANGES | ||
<!-- * Restructured `src` directory (PR #3). --> | ||
* Restructured `src` directory (PR #3). | ||
## NEW FUNCTIONALITY | ||
* Added `control_methods/true_labels` component (PR #5). | ||
|
||
* Added `methods/logistic_regression` component (PR #5). | ||
|
||
* Added `metrics/accuracy` component (PR #5). | ||
## MAJOR CHANGES | ||
* Updated `api` files (PR #5). | ||
|
||
* Updated configs, components and CI to the latest Viash version (PR #8). | ||
## MINOR CHANGES | ||
* Updated `README.md` (PR #5). | ||
## BUGFIXES | ||
## BUGFIXES --> | ||
|
||
# dimensionality_reduction 0.1.0 2024-09-05 | ||
|
||
## NEW FUNCTIONALITY | ||
|
||
* Migrated components from the main Open Problems repository (PR #1) |
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
Submodule common
updated
2 files
+23 −32 | component_tests/check_config.py | |
+26 −21 | component_tests/run_and_check_output.py |
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
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 |
---|---|---|
|
@@ -23,4 +23,3 @@ info: | |
name: normalization_id | ||
description: "Which normalization was used" | ||
required: true | ||
|
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
Oops, something went wrong.