Kurt-Liuhf
Kurt-Liuhf
Hi @hblab-anhnt, can you provide some data that helps us reproduce your results?
Hi, you can refer to the parameters document of ThunderGBM [here](https://github.com/Xtra-Computing/thundergbm/blob/master/docs/parameters.md). You need to set four key parameters namely, `bagging = 1` and `n_trees=1`, `n_parallel_trees` to the number of trees...
Hi @DarkoAlexander, please refer to this issue #42. Thank you.
Hi @DarkoAlexander, currently feature of visualzation is not supported in ThunderGBM, and we are considering to add this feature in the future. Also, we will be glad if you can...
Right, there is no way to get the parameters of the trained model (or numerical values of each node) in Python for now. Maybe you can refer to [this](https://github.com/Xtra-Computing/thundergbm/blob/35ddc80c6fc2d072478f8505312fd6fc34dcdd9c/python/thundergbm/thundergbm.py#L280) and...
Hi @Tripton, thanks for your report. ThunderGBM is thread-safe now. I have run a dozen times of your code on our server, and there is no error shown. You should...
Hi @civilinformer, thank you for your feedback. Your test results show that there might still be some bugs of thread-safety on ThunderGBM. We will conduct further tests on the ThunderGBM...
Hi @vprelovac , can you install ThunderGBM in Google Colab through command `!pip install thundergbm`? We have not tried running our library in Colab yet, but we encourage you to...
Hi, can you show me what commands you used to install the ThunderGBM? It should be noticed that you should use the `.whl` file [here](https://github.com/Xtra-Computing/thundergbm/blob/master/python/dist/thundergbm-0.3.12-py2-none-win_amd64.whl) if you want to use...
Hi @renjiechao88, thanks for your feedback. I have tried the same command for ThunderGBM installation on CentOS but it passed the test. I have read your error report and I...