Currently the XGBoost code lives here: - [federated](https://github.com/collaborativebioinformatics/OncoLearn/blob/main/scripts/federate-XGBoost.py) - [non-federated](https://github.com/collaborativebioinformatics/OncoLearn/blob/main/scripts/local-XGBoost.py) And the baseline code lives [here](https://github.com/collaborativebioinformatics/OncoLearn/blob/main/notebooks/Transformer_RNABert.ipynb). They both should at some point be incorporated into the [modeling workflow](https://github.com/collaborativebioinformatics/OncoLearn/tree/main/src/oncolearn/modeling).
Currently the XGBoost code lives here:
And the baseline code lives here.
They both should at some point be incorporated into the modeling workflow.