You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kamil-kaczmarek, @jakubczakon I know it is a bunch of different ideas and suggestions clustered in one issue. Let me know which of those are compatible with the current roadmap. (I am happy to contribute/collaborate on some.)
default data folder (e.g. ./.steppy/step_name/) or to be configurable if needed; overriding only when strictly necessary
no input_data; it complicates things for no obvious reason!
names optional, automatically generated from class names + number
more explicit job structure (steps = Sequence([step1, step2])); vide Keras API
adapters as inheriting from BaseTrainers,step = Rename({'a': 'aaa', 'b': 'bbb'}), vide rename in Pandas
how to separate persist-data vs persist-parameters? (e.g. for image preprocessing, it may be time-saving to save once processed images)
built-in data tests (e.g. len(X) == len(Y)), in def test
built-in test if persist->load is correct (i.e. loaded data is the same as saved)
@kamil-kaczmarek, @jakubczakon I know it is a bunch of different ideas and suggestions clustered in one issue. Let me know which of those are compatible with the current roadmap. (I am happy to contribute/collaborate on some.)
./.steppy/step_name/) or to be configurable if needed; overriding only when strictly necessaryinput_data; it complicates things for no obvious reason!steps = Sequence([step1, step2])); vide Keras APIstep = Rename({'a': 'aaa', 'b': 'bbb'}), vide rename in Pandaslen(X) == len(Y)), indef test