morgul10 commited on
Commit
206cd78
·
verified ·
1 Parent(s): f63d7bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -22,7 +22,9 @@ configs:
22
  Peptides-struct (Peptides structural) 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 structural properties of peptides.
 
 
26
 
27
  | **Characteristic** | **Description** |
28
  |:------------------:|:-----------------:|
 
22
  Peptides-struct (Peptides structural) 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 structural properties of peptides. Note that this is raw data, whereas the original paper [[1]](#1) specifies
26
+ that targets should be standardized (mean 0, standard deviation 1) before training and evaluation. scikit-fingerprints does this by
27
+ default in the loader function, otherwise this should be performed manually.
28
 
29
  | **Characteristic** | **Description** |
30
  |:------------------:|:-----------------:|