Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- tabular-classification
|
5 |
+
- graph-ml
|
6 |
+
- text-classification
|
7 |
+
tags:
|
8 |
+
- chemistry
|
9 |
+
- biology
|
10 |
+
- medical
|
11 |
+
pretty_name: LRGB Peptides-func
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
configs:
|
15 |
+
- config_name: default
|
16 |
+
data_files:
|
17 |
+
- split: train
|
18 |
+
path: "peptides_func.csv"
|
19 |
+
---
|
20 |
+
# LRGB Peptides-func
|
21 |
+
|
22 |
+
Peptides-func (Peptides functional) dataset, part of Long Range Graph Benchmark (LRGB) [[1]](#1). It is intended to be used through
|
23 |
+
[scikit-fingerprints](https://github.com/scikit-fingerprints/scikit-fingerprints) library.
|
24 |
+
|
25 |
+
The task is to predict functional properties of peptides.
|
26 |
+
|
27 |
+
| **Characteristic** | **Description** |
|
28 |
+
|:------------------:|:-----------------:|
|
29 |
+
| Tasks | 10 |
|
30 |
+
| Task type | classification |
|
31 |
+
| Total samples | 15535 |
|
32 |
+
| Recommended split | stratified random |
|
33 |
+
| Recommended metric | AUPRC |
|
34 |
+
|
35 |
+
## References
|
36 |
+
<a id="1">[1]</a>
|
37 |
+
Dwivedi, Vijay Prakash, et al.
|
38 |
+
"Long Range Graph Benchmark"
|
39 |
+
Advances in Neural Information Processing Systems 35 (2022): 22326-22340
|
40 |
+
https://proceedings.neurips.cc/paper_files/paper/2022/hash/8c3c666820ea055a77726d66fc7d447f-Abstract-Datasets_and_Benchmarks.html
|