pylablanche / gcForest

Python implementation of deep forest method : gcForest
MIT License
417 stars 193 forks source link

I get a AttributeError: 'gcForest' object have no attribute 'window' #10

Open Dylan-Dyb opened 6 years ago

Dylan-Dyb commented 6 years ago

when run the code gcf.fit(X,y), a error encounted :'gcForest' object have no attribute 'window'

pylablanche commented 6 years ago

Hello @BobiLoveDier , Sorry for my late reply but I was traveling. Do you get the error in the tutorial notebook or in a shell ? If in the shell would you mind to copy-paste all the lines of codes that lead to the error please?