I can't achieve similar results on the Energy dataset as in the paper.
I use the default setting of Stock: main_stock.py to train on the Energy dataset. The result is that: Discriminative Score = 0.454, Predictive score = 0.269
I think the parameters in main_stock.py might not be suitable for the Energy dataset (high dimensional). So I changed --layers=5 , --embed-dim=144 and made more epochs and iterations in the AE training part. However, little has been achieved.
How can I get ideal results on the Energy dataset?
I can't achieve similar results on the Energy dataset as in the paper.
I use the default setting of Stock:
main_stock.pyto train on the Energy dataset. The result is that:Discriminative Score = 0.454,Predictive score = 0.269I think the parameters in
main_stock.pymight not be suitable for the Energy dataset (high dimensional). So I changed--layers=5,--embed-dim=144and made more epochs and iterations in the AE training part. However, little has been achieved.How can I get ideal results on the Energy dataset?