return back the name of the hyperopt data file

This commit is contained in:
hroff-1902 2020-03-13 04:04:23 +03:00
parent ddfe5b5f1c
commit a7ed51c642
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Hyperopt:
self.trials_file = (self.config['user_data_dir'] /
'hyperopt_results' / 'hyperopt_results.pickle')
self.data_pickle_file = (self.config['user_data_dir'] /
'hyperopt_results' / 'hyperopt_data.pkl')
'hyperopt_results' / 'hyperopt_tickerdata.pkl')
self.total_epochs = config.get('epochs', 0)
self.current_best_loss = 100