Open mglowacki100 opened 3 months ago
Hello,
First of all, thank you for your interest and your suggestion! This is an interesting extension of the package. We will be working on it very soon.
By the way, thank you again for the hints on how to export the LGBM structures.
Hi @eminyous Just checking in to see if there has been any progress on this feature. Let me know when you have an update!
Hi, First of all cool package! Is it possible to add for support LightGBM? The issue is that LightGBM doesn't follow sklearn design pattern where e.g. random forest model is iterable and every element is sklearn decision tree, but LightGBM also exposes single trees, so it should be possible in principle.