eyadgaran / SimpleML

Machine learning that just works, for effortless production applications
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Pipelines cache mutable dataset splits #78

Closed eyadgaran closed 2 years ago

eyadgaran commented 3 years ago

Pipelines cache dataset splits once and return those on every request. In instances where the dataset is mutated downstream (in place transformations), the data returned on later calls is already mutated.

Expected behavior: