kingfengji / gcForest

This is the official implementation for the paper 'Deep forest: Towards an alternative to deep neural networks'
http://lamda.nju.edu.cn/code_gcForest.ashx
1.31k stars 425 forks source link

gcforest for seq_data #72

Open 1995dave opened 5 years ago

1995dave commented 5 years ago

Sorry to bother! kind of confused about the meaning of each dim in 4-D array(n_samples,n_features,seq_len,1) for seq data? e.g:My training set have 1000 samples(lines),each got 10 features(col).So my X_train.shape should be (1000,10,10,1)? Really thanks for your implementation! @kingfengji