You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
moonsin
changed the title
There will be an AttributeError: 'gcForest' object have no attribute 'window'
There will be a AttributeError: 'gcForest' object have no attribute 'window'
Nov 22, 2018
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'
The text was updated successfully, but these errors were encountered: