Zhendong Zhang
Zhendong Zhang
Still maintained for `dfx 0.8.4`
Sorry for the late response. It seems that you should replace `~/.local` with the absolute path. In your case, you should run ```python from gbdtmo import load_lib LIB = load_lib("/home/aschickele/.local/lib/python3.8/site-packages/GBDTMO/build/gbdtmo.so")...
@samanemami Sorry about this. This project is not tested on windows and I am not familiar with windows program envariment. I can provide you the file of gbdtmo.so tomorrow.
Hi, I am sorry this project is only tested on Linux. I am afraid that I can't solve this bug.
Please try to degrade `numpy`. When `numpy
Could you show me the system environments? Based on previous feedback, using anaconda leads error for the multiprocessing module. So it's better to use the native python environment. And how...
We don't have enough information to debug. I guess this is caused by the version of libraries. `numba` and `numpy` are the main dependencies of this project. Please try `numba==0.54.1`...
Loss explosion may happen when we use cross-entropy for training. Using larger `min_samples` and `reg_l2` is helpful to avoid this. For example, you can try `min_samples=8` and `reg_l2=1.0`. A more...
Could you please provide your email? I will send it to your email. And what is the reason for this? Do you work on a Linux computer?
Sorry to hear about it. To my knowledge, .so file only works on linux system. It is similar to .dll file on windows.