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

Xgboost 4j and Predictor implementations in separate sbt subprojects #1

Open
wants to merge 7 commits into
base: luca-xgboost-predictor-performant-op
Choose a base branch
from

Commits on Feb 24, 2020

  1. Draft for a new MLeap OP to deserialize xgboost models using xgboost-…

    …predictor for higher performance
    lucagiovagnoli committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    66cc2e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600682a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8474e19 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Delete FVecTensorImpl since implementing external classes is dangerou…

    …s and was broken - New FVec Tensor factories - also fix a copy-pasted test
    lucagiovagnoli committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    7d9143e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    b872d21 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    502cbef View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Trying out Anca's suggestion of separating the Xgboost 4j and Predict…

    …or implementations in separate sbt subprojects
    lucagiovagnoli committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f95bf85 View commit details
    Browse the repository at this point in the history