Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When to update xgboost Training API #11

Open
skyang2009 opened this issue Dec 31, 2018 · 3 comments
Open

When to update xgboost Training API #11

skyang2009 opened this issue Dec 31, 2018 · 3 comments

Comments

@skyang2009
Copy link

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

@qinwf-nuan
Copy link
Contributor

No, it is recommended to train model in python for now. Thanks for asking.

@tuckerconnelly
Copy link

Would you accept a PR? And could you point us in the right direction for adding a train function?

@qinwf-nuan
Copy link
Contributor

Yes, we accept PRs.

Training function will require:

  1. pandas like or matrix IO and processing functions
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants