bcbi / PreprocessMD.jl

Medically-informed data preprocessing for machine learning
MIT License
6 stars 3 forks source link

Need warnings for overly large inputs #169

Closed AshlinHarris closed 2 years ago

AshlinHarris commented 2 years ago

Users should receive a warning if a command will take very long to run.

It might even be appropriate to return an error message for overly large inputs, which could be disabled by another function argument. However, this might constitute a breaking change.