leopiney / deep-forest

An on going implementation of the gcForest algorithm
MIT License
195 stars 58 forks source link

data format #9

Open JenniferDai10 opened 6 years ago

JenniferDai10 commented 6 years ago

Hi, currently, I am trying use this deep forest model to test the EEG signal for the sleep stage classification. However, the dataset is 1-d, not the 2-d like image. So, could you lend me a hand, how can I change the code and make it possible for 1-d datasets training. Great thanks!!!

1995dave commented 4 years ago

I've got the same question.have you solved it? could you kindly explain the meaning of each dim in 4-D array(n_samples,n_features,seq_len,1)?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)?