pylablanche / gcForest

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

There will be a AttributeError: 'gcForest' object have no attribute 'window' #21

Open moonsin opened 5 years ago

moonsin commented 5 years ago

When I set parameter 'window' as None, there will be this AttributeError.

I think this is because when I call 'fit' function, it will call getattr function to check 'window'. While window is None, it will say there is no attribute 'window'