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

Rework Python callback functions. #6199

Merged
merged 53 commits into from Oct 10, 2020
Merged

Commits on Oct 10, 2020

  1. Port previous impl.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    0158987 View commit details
    Browse the repository at this point in the history
  2. Check point.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    9cebcd2 View commit details
    Browse the repository at this point in the history
  3. Pass in the parameter.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    358b227 View commit details
    Browse the repository at this point in the history
  4. Distributed.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    4a5879c View commit details
    Browse the repository at this point in the history
  5. Port test.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    39efda8 View commit details
    Browse the repository at this point in the history
  6. Test checkpoint.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    ba1b44a View commit details
    Browse the repository at this point in the history
  7. Start writing dask test.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    6a19780 View commit details
    Browse the repository at this point in the history
  8. Pass dask test.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    1b0a6c6 View commit details
    Browse the repository at this point in the history
  9. Define custom metric.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    e1022f5 View commit details
    Browse the repository at this point in the history
  10. More tests.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    94995ca View commit details
    Browse the repository at this point in the history
  11. Revise monitor.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    dcc5262 View commit details
    Browse the repository at this point in the history
  12. Test for early stopping.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    e1b6f68 View commit details
    Browse the repository at this point in the history
  13. Extract dask test.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    888c9cc View commit details
    Browse the repository at this point in the history
  14. Allreduce.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    f6a8a2b View commit details
    Browse the repository at this point in the history
  15. Add check point demo.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    3129762 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    88d5d9b View commit details
    Browse the repository at this point in the history
  17. ES custom eval skl.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    94f0413 View commit details
    Browse the repository at this point in the history
  18. Test learning rate scheduling.

    * Add breaking.
    trivialfis committed Oct 10, 2020
    Copy the full SHA
    0a3cca5 View commit details
    Browse the repository at this point in the history
  19. Lint.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    13332d7 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    5731802 View commit details
    Browse the repository at this point in the history
  21. Lint.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    b24fc13 View commit details
    Browse the repository at this point in the history
  22. Test for customization.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    5922f2a View commit details
    Browse the repository at this point in the history
  23. Basic doc.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    d0e11d7 View commit details
    Browse the repository at this point in the history
  24. TODO.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    4f4ec6c View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    97f678a View commit details
    Browse the repository at this point in the history
  26. Packed booster.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    a2d99b4 View commit details
    Browse the repository at this point in the history
  27. todos.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    c881417 View commit details
    Browse the repository at this point in the history
  28. Auto config.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    899add7 View commit details
    Browse the repository at this point in the history
  29. Use set.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    268ab02 View commit details
    Browse the repository at this point in the history
  30. Minor cleaning.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    31403df View commit details
    Browse the repository at this point in the history
  31. Remove redundant aggcv.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    4fc2369 View commit details
    Browse the repository at this point in the history
  32. Correct cv print.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    c2fa6a1 View commit details
    Browse the repository at this point in the history
  33. Demo.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    e2aa739 View commit details
    Browse the repository at this point in the history
  34. Test demo.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    bfbe2cf View commit details
    Browse the repository at this point in the history
  35. Support old callbacks.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    a746b52 View commit details
    Browse the repository at this point in the history
  36. Remove todo.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    b93a2d7 View commit details
    Browse the repository at this point in the history
  37. Initial batch of fixes.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    c3ad97e View commit details
    Browse the repository at this point in the history
  38. Fix cv.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    3d52ed9 View commit details
    Browse the repository at this point in the history
  39. Use error.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    9dfe80f View commit details
    Browse the repository at this point in the history
  40. Fix weird metric name.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    b41e0da View commit details
    Browse the repository at this point in the history
  41. Fix attr.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    8a9ad13 View commit details
    Browse the repository at this point in the history
  42. Lint.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    810be6b View commit details
    Browse the repository at this point in the history
  43. Legacy callback.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    14fe528 View commit details
    Browse the repository at this point in the history
  44. Fix dask parameter.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    bc77716 View commit details
    Browse the repository at this point in the history
  45. Cleanup.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    0625e40 View commit details
    Browse the repository at this point in the history
  46. Fix moved test.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    b991092 View commit details
    Browse the repository at this point in the history
  47. Reviewers' comment.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    60240f9 View commit details
    Browse the repository at this point in the history
  48. Reviewers' comments.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    2316f8a View commit details
    Browse the repository at this point in the history
  49. Copy the full SHA
    4a6bb5d View commit details
    Browse the repository at this point in the history
  50. Copy the full SHA
    10c705a View commit details
    Browse the repository at this point in the history
  51. Fix naming in test.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    e3ad79a View commit details
    Browse the repository at this point in the history
  52. Pytest deprecated call.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    f8662cf View commit details
    Browse the repository at this point in the history
  53. Fix typo.

    trivialfis committed Oct 10, 2020
    Copy the full SHA
    8e45139 View commit details
    Browse the repository at this point in the history