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

R package, #19 #168

Merged
merged 22 commits into from
Jan 8, 2017
Merged

R package, #19 #168

merged 22 commits into from
Jan 8, 2017

Commits on Jan 4, 2017

  1. finish R's c_api

    guolinke committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    acb0db3 View commit details
    Browse the repository at this point in the history
  2. clean code

    guolinke committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    8bd97f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f131f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. add predictor class

    guolinke committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    fd88359 View commit details
    Browse the repository at this point in the history
  2. add Dataset class

    guolinke committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    602bc07 View commit details
    Browse the repository at this point in the history
  3. format code

    guolinke committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    d4277d4 View commit details
    Browse the repository at this point in the history
  4. add booster

    guolinke committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    3f525ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc8fe5 View commit details
    Browse the repository at this point in the history
  6. add a simple callback

    guolinke committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    0e39f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. add all callbacks

    guolinke committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    1c6d092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2426a View commit details
    Browse the repository at this point in the history
  3. update docs

    guolinke committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    79a1e7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0af0ca3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. add basic test

    guolinke committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    fc7e33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7820ff9 View commit details
    Browse the repository at this point in the history
  3. adapt the changes in c_api

    guolinke committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    d5394b7 View commit details
    Browse the repository at this point in the history
  4. add test for Dataset

    guolinke committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    c914eda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db4451c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ef9554 View commit details
    Browse the repository at this point in the history
  7. fix python test

    guolinke committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    f18ed9b View commit details
    Browse the repository at this point in the history
  8. fix bug in metadata init

    guolinke committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    55f57fe View commit details
    Browse the repository at this point in the history
  9. fix R CMD check

    guolinke committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    1f58ed7 View commit details
    Browse the repository at this point in the history