stockpredictionai icon indicating copy to clipboard operation
stockpredictionai copied to clipboard

VAE_data

Open silahian opened this issue 5 years ago • 9 comments

I'm having issues with the following code in 3.8.1 section

batch_size = 64
n_batches = VAE_data.shape[0]/batch_size
VAE_data = VAE_data.values

Where VAE_data is coming from?

silahian avatar Feb 17 '19 00:02 silahian

I too am having the same issue. Can you please help @borisbanushev !!!

jsabhishek avatar Feb 18 '19 15:02 jsabhishek

@borisbanushev Im also having the issue is it a python package or something else?

JeanLoriston avatar May 23 '19 15:05 JeanLoriston

Hi Boris, this is not defined anywhere in your notebook. What is VAE_data coming from?

Thanks

toimfortes avatar Jun 28 '19 09:06 toimfortes

I have the same issue. Can you please help us @borisbanushev !

Thanks

DonRoboto avatar Aug 10 '19 05:08 DonRoboto

i have the same doubt, plz help @borisbanushev

Raghav-Sao avatar Oct 05 '19 18:10 Raghav-Sao

I have the same problem. I found something about vae_data, which should be implemented in mxnet (take a look https://github.com/eitan3/dfc-vae/blob/master/vae_data.py). But I am a beginner and also trying doing that, I have not found a solution...

Thanks

andreastasia avatar Feb 07 '20 11:02 andreastasia

bruh vae_data is just the combined features data. Since it literally says "VAE used for higher level feature extraction" so from the talk it holds that VAE_Data=(PRICE+AIRMA+FFT+CORRELATED ASSET DATA+.....).. all implementation of this notebook will be UNIQUE except for the AI part

IISuperluminaLII avatar Jun 29 '20 20:06 IISuperluminaLII

Can anyone provide the code to combine all the features please?

FrankSD avatar May 04 '21 03:05 FrankSD

Hi everyone. I've got the same problem. Is there a solution?

justusvw avatar Jul 28 '21 11:07 justusvw