Models to participate the Leash-BELKA competion (Ranked 122nd out of 1950 teams with Bronze medal)
Predict small molecule-protein interactions using the Big Encoded Library for Chemical Assessment
conda create --name BELKA python=3.10
conda activate BELKA
bash install.sh
- Main data:
kaggle competitions download -c leash-BELKA -p
- XGboost/scr/train_XGboost_sEH.py
- XGboost/scr/train_XGboost_BRD4.py
- XGboost/scr/train_XGboost_HSA.py
- 1D_CNN/scr/1D_CNN_train.py
Public Leaderboard: 0.45582 (Rank 147) Private Leaderboard: 0.25429 (Rank 122)
Some code here are adapted from other solutions: (https://www.kaggle.com/code/ahmedelfazouan/belka-1dcnn-starter-with-all-data), (https://www.kaggle.com/code/gallo33henrique/model-ml-xgboost-90-accuracy-new-medicines-belka)