GID-Flow / PDGrapher /src /gidflow /__init__.py
Boom5426's picture
Upload GID-Flow project snapshot (deduped: code + key artifacts)
07fcdfe verified
Raw
History Blame Contribute Delete
329 Bytes
"""DrugRank-Flow: Population-level inverse drug ranking.
Core components:
- Models: PopulationEncoder, GapEncoder, DrugEncoder, DrugGeneBridge
- Losses: DrugRankLoss, FullLibraryInfoNCELoss, ProteinBCELoss
- Training: DrugGallery, PhaseScheduler
- Data: Sciplex3Dataset, population_collate_fn
"""
__version__ = "0.2.0"