YS Chen
YS Chen
I'm busy in trying many new algorithms. It's still an alpha release. It would take months to the beta release. The biggest challenge still comes from LightGBM, LiteMORT, and CatBoost....
Sorry for the misleading. Some testing results are copied from NODE, which is actually some distance between the predictions and the targets. So in all other experiments, I'm also using...
I'm busy in trying many new algorithms. QuantumForest is still at alpha stage. If you want to try it in Kaggle competition, please send the notebook url to me. I...
Sorry for this limit which makes sense on PC. More threads need more memory. It seems that your machine has many cores. You could reset 32 to the true number...
Sorry for the late. This package does not specify or need any special directory (such like /home/cys). You could install or copy all codes to any other directory and recompile...
I tried some ways to fix this error. But the result with KFAC is so pool! Just in __init__ function of KFAC ` for sub_mod in mod.modules(): if hasattr(sub_mod, '_cached_edge_index'):...
D2NN的pytorch实现参见https://github.com/closest-git/ONNet, ONNet实现了一些新的模型,并在迅速改进中,欢迎交流,讨论