Skip to content

Commit

Permalink
remove _target_ from base/data
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymathematics committed Mar 20, 2024
1 parent 0d995e9 commit 4149976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deckard/base/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def __init__(
else:
self.generate = None
if sample is not None:
sample.pop("_target_", None)
self.sample = (
sample
if isinstance(sample, (SklearnDataSampler))
Expand Down

0 comments on commit 4149976

Please sign in to comment.