pylablanche / gcForest

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

TypeError: it does not seem to be a scikit-learn estimators as it does not implement a 'get_params' methods #20

Open Luanshasha opened 5 years ago

Luanshasha commented 5 years ago

TypeError: Cannot clone object '<GCForest.gcForest object at 0x00000000029FD240>' <type <class 'GCForest.gcForest'>>:it does not seem to be a scikit-learn estimators as it does not implement a 'get_params' methods

XiaiMao commented 4 years ago

Same! Anyone solved?