Tudor Lapusan
Tudor Lapusan
Hi @Nikronic, thanks for creating this issue. Indeed, I looked into the code and there is inconsistency in how we use X_train and x_data. Happy to look over a PR....
Hi @baligoyem, I see two errors in your stacktrace : "ValueError: cannot convert float NaN to integer" and "ValueError: need at least one array to concatenate". They seem to be...
You could also run the lightgbm notebook from this repo to check if you have the same issue or not
cool, I will take a look soon.
to be honest, I don't remember too much but I see that the code was merged into master. So we should be ok to close it.
hi @sergiocalde94 we are glad that you like the library. I have to take a closer look at the error, because I'm not sure why this is happening. Can you...
thanks. there is still an issue related to spark 2.4 version https://github.com/parrt/dtreeviz/issues/104. When we implemented Spark in dtreeviz library, we used Spark 3.0. Still in progress how to support Spark...
hi @HyukdongKim, it's an issue from the library. thanks for creating an issue about it. it's caused by how dtreeviz interprets the tree to be classifier or regressor. Fixed it,...
Thanks @Timo3as, your workaround worked for me also.
> me too,not work on Mac OS m1 check comment from @Timo3as. His workaround worked for me on Mac.