GitHub user dmitrievanthony opened a pull request: https://github.com/apache/ignite/pull/5533
IGNITE-10289: Import models from XGBoost You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10289 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5533.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5533 ---- commit 1991fea7d9f83f78f4accb62aacfc8f81406febe Author: dmitrievanthony <dmitrievanthony@...> Date: 2018-11-29T13:38:18Z IGNITE-10289: First version of XGBoost model parser. commit e23241ee42146b98140f8071f300fd37c6ce7c01 Author: dmitrievanthony <dmitrievanthony@...> Date: 2018-11-29T15:51:38Z IGNITE-10289: Add licence header into XGBoostModel.g4. commit 4b004fc6b8400f70d7b4665c488602abf524f827 Author: dmitrievanthony <dmitrievanthony@...> Date: 2018-11-29T16:11:28Z IGNITE-10289: Add example for XGBoostModelParser. ---- ---