MCPcopy Create free account
hub / github.com/TrustAIResearch/MLHospital / __init__

Method __init__

mlh/data_preprocessing/data_loader.py:465–466  ·  view source on GitHub ↗
(self, tar_label)

Source from the content-addressed store, hash-verified

463
464class AlltoSingleTrans:
465 def __init__(self, tar_label):
466 self.tar_label = tar_label
467
468 def __call__(self, y):
469 return self.tar_label

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected