MCPcopy Create free account
hub / github.com/THUDM/GLM / Y

Method Y

data_utils/datasets.py:183–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182 @property
183 def Y(self):
184 if self._Y is None:
185 self._Y = np.array(itemgetter(*self.split_inds)(self.wrapped_data.Y))
186 return self._Y
187
188 def __iter__(self):
189 for idx in self.split_inds:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected