Skip to content

Commit

Permalink
ADD: trac from classo - individual w Classo (#16)
Browse files Browse the repository at this point in the history
* classo exploration

* implement calculation of matrix A

* good enough version - hopefully working

* working trac version to be implemented in ritme

* wip to setup trac in ritme

* newest conda env setup

* add trac model

* update trac search space

* 2nd committee meeting setup + best hyperparams range

* starting to debug evaluation

* fix empty tax + phylo

* testing individual classo model

* add trac as individual model no CV

* updated env

* adding tests

* try to fix test

* try to fix test with updated GHAs

* consistent update of GHA

* correct node labelling in trac

* try to fix GHA

* fix node naming in df_a

* modularize trac model

* rename model_space

* fix import

* try to fix GHA error

* try to fix GHA error again

* adding unit tests

* remove codecov line comments in PR
  • Loading branch information
adamovanja authored May 23, 2024
1 parent dd7406d commit 3751aaa
Show file tree
Hide file tree
Showing 20 changed files with 2,609 additions and 44 deletions.
1 change: 1 addition & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: off
5 changes: 5 additions & 0 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ requirements:
- importlib-metadata
- qiime2 {{ qiime2_epoch }}.*
- q2-feature-table {{ qiime2_epoch }}.*
- q2-phylogeny {{ qiime2_epoch }}.*
- lightning
- mlflow
- numpy
- packaging
- pandas
- pip
- pytorch
Expand All @@ -44,6 +46,9 @@ requirements:
run_constrained:
- pip:
- coral_pytorch
- c-lasso
# grpcio pinned due to incompatibility with ray caused by c-lasso
- grpcio==1.51.1


test:
Expand Down
Loading

0 comments on commit 3751aaa

Please sign in to comment.