Describe the bug
When running the following code in iris Demo
storage = FileStorage('./save') with rf_clf.log('./save'): estimator_path = rf_clf.save_estimator(storage)
we get the following error:
MLToolingError: dir_path is save/iris.csv which is not a directory
Failing when the "save" folder does not exist.
To Reproduce
Steps to reproduce the behavior:
- Run all in Iris Demo - jupyter notebook
Expected behavior
It should make a folder called "save" where the new file can be saved.
Describe the bug
When running the following code in iris Demo
storage = FileStorage('./save') with rf_clf.log('./save'): estimator_path = rf_clf.save_estimator(storage)we get the following error:
MLToolingError: dir_path is save/iris.csv which is not a directoryFailing when the "save" folder does not exist.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should make a folder called "save" where the new file can be saved.