File size: 747 Bytes
be20586
 
 
 
 
 
 
 
 
 
 
de55a73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
library_name: xgboost
tags:
  - sirna
  - rna
  - regression
  - xgboost
  - lightgbm
---

# siRBench Model

Runtime artifacts for the siRBench predictor Space.

This repo is intended to store the files required for inference:

- `xgb_model.json`
- `lgbm_model.txt`
- `calibrator.joblib`
- `feature_artifacts.json`

## Intended consumer

The main consumer is the Docker Space:

- `dimostzim/siRBench-predictor`

That app expects two input sequences:

- `siRNA`
- `mRNA` target window

The app then computes the engineered feature set and loads these model artifacts
from the Hub.

## Notes

- This repo stores inference artifacts, not training code.
- The final prediction is a calibrated ensemble of XGBoost and LightGBM models.