subramaniam20jan
subramaniam20jan
The problem: Currently the neuraxle BaseStep has a fit method signature with only 2 parameters (data_inputs, expected_outputs). In libraries like [keras](https://github.com/keras-team/keras/blob/master/keras/engine/training.py#L1215) it is possible to have additional arguments being passed...
Add an environment variable that can be used to pass a base path to reading the schema file.
Currently the schemas saved from the widget on streamlit ends up in the root of the application and itsnt customizeable. It would be great if we could configure a prefix...