train and deploy a model capable of predicting reactivities from an RNA sequence
How to train my model:
- Pray that you have the requirements installed
- Create a data and runs folder
- Download train_data.csv and move it to the data folder
- run filterDataFrame.py
- run train.py
How to generate submission:
- Pray that you have the requirements installed
- Create a submissions folder
- Go into generateSubmission.py and specify location of weights
- run generateSubmission.py
- you are done; the submission parquet fill be under the submissions folder