hyperas
hyperas copied to clipboard
Can data and model function take argument?
It would be nice if they can so that I could pass argument (such as file path) from outside of the function, rather than manually changing the file every time I run it on some new data. Thx!
Also tried to avoid the requirement of changing the function every time by using partial from functools, but this of course does not go well with the current template engine.
I am not really sure if it is required to apply templates to the data generating function. This should be handled outside of hyperas in my opinion (data should be immutable).
+1