xgboost-node
xgboost-node copied to clipboard
When to update xgboost Training API
hi, is there any plan to update the xgboost training API in the near future, it would be very useful to train xgboost model with nodejs
No, it is recommended to train model in python for now. Thanks for asking.
Would you accept a PR? And could you point us in the right direction for adding a train function?
Yes, we accept PRs.
Training function will require:
- pandas like or matrix IO and processing functions
- https://github.com/nuanio/xgboost-node/blob/master/xgboost/include/xgboost/c_api.h#L358 and https://github.com/nuanio/xgboost-node/blob/master/xgboost/include/xgboost/c_api.h#L345 to do training.