Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# Description
|
| 5 |
AAV Prediction is a regression task where each input protein *x* is mapped to a label *y* ∈ *R* measuring the fitness score.
|
| 6 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: dataset
|
| 5 |
+
data_files: "dataset.csv"
|
| 6 |
---
|
| 7 |
+
|
| 8 |
# Description
|
| 9 |
AAV Prediction is a regression task where each input protein *x* is mapped to a label *y* ∈ *R* measuring the fitness score.
|
| 10 |
|