-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Describe the bug
Hi, sometimes I get the following error while fitting a dataset.
Traceback (most recent call last):
File "evaluate_on_dataset.py", line 53, in test_volcano
model.fit(train_data)
File "/dccstor/abdelai1/anaconda2/envs/volcano/lib/python3.7/site-packages/mindware/estimators.py", line 27, in fit
super().fit(data, **kwargs)
File "/dccstor/abdelai1/anaconda2/envs/volcano/lib/python3.7/site-packages/mindware/base_estimator.py", line 92, in fit
self._ml_engine.fit(data, **kwargs)
File "/dccstor/abdelai1/anaconda2/envs/volcano/lib/python3.7/site-packages/mindware/automl.py", line 176, in fit
self.solver.fit_ensemble()
File "/dccstor/abdelai1/anaconda2/envs/volcano/lib/python3.7/site-packages/mindware/blocks/abstract_block.py", line 128, in fit_ensemble
with open(config_path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'tmp/mindware-1643125097.4067643/1643126552.6057668_topk_config.pkl'
In my setting, I configured the output_dir to be tmp (in the local directory of the script). This happens when ensemble_method is not None, but not always.
Thanks for the effort
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels