Skip to content

Commit 45c1015

Browse files
committed
Merge branch 'protein_prediction' of https://github.com/ChEB-AI/python-chebai into protein_prediction
2 parents 22aa985 + e3659cb commit 45c1015

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

chebai/preprocessing/datasets/scope/scope.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,11 @@ class SCOPeOver2000(_SCOPeOverX):
858858
THRESHOLD: int = 2000
859859

860860

861+
class SCOPeOver50(_SCOPeOverX):
862+
863+
THRESHOLD = 50
864+
865+
861866
class SCOPeOverPartial2000(_SCOPeOverXPartial):
862867
"""
863868
A class for extracting data from the SCOPe dataset with a threshold of 2000 for selecting classes.

configs/data/scope/scope50.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class_path: chebai.preprocessing.datasets.scope.scope.SCOPeOver50
2+
init_args:
3+
scope_version: 2.08

0 commit comments

Comments
 (0)