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

MLJ Integration #226

Merged
merged 66 commits into from
Jul 5, 2023
Merged

MLJ Integration #226

merged 66 commits into from
Jul 5, 2023

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b963d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c241e0 View commit details
    Browse the repository at this point in the history
  3. Return more report keys

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3cea91f View commit details
    Browse the repository at this point in the history
  4. Formatting

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6239790 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82a8c0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7df1309 View commit details
    Browse the repository at this point in the history
  7. Fix import order of MLJ

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3b7e3a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32b2003 View commit details
    Browse the repository at this point in the history
  9. Formatting

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a298e13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edfb424 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6cc15d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afe571f View commit details
    Browse the repository at this point in the history
  13. Rename import to MMI

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    b70fbfd View commit details
    Browse the repository at this point in the history
  14. Add MLJ metadata

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0be9e29 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5047355 View commit details
    Browse the repository at this point in the history
  16. Turn off variable_names == keys behavior

    - Seems that `keys` of an array is the indices
    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0509ee1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ccf2c1 View commit details
    Browse the repository at this point in the history
  18. Formatting

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d54f515 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    05426d1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7f746fc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4d7a102 View commit details
    Browse the repository at this point in the history
  22. Missing parentheses

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    19da06b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d4d1e67 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a4b43d4 View commit details
    Browse the repository at this point in the history
  25. Test MultiSRRegressor

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8265113 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    14834bb View commit details
    Browse the repository at this point in the history
  27. Other typing fixes

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    03ac6c7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f519d63 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    945bbc8 View commit details
    Browse the repository at this point in the history
  30. Fix getcolnames

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8cb7625 View commit details
    Browse the repository at this point in the history
  31. Update src/MLJInterface.jl

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    75ff44b View commit details
    Browse the repository at this point in the history
  32. Rename to MultitargetSRRegressor

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2af66b7 View commit details
    Browse the repository at this point in the history
  33. Formatting

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bab79e2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5680300 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    af441c4 View commit details
    Browse the repository at this point in the history
  36. Copy the correct way

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    734e34b View commit details
    Browse the repository at this point in the history
  37. Copy the correct way using permutedims

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2edbcb4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e567a24 View commit details
    Browse the repository at this point in the history
  39. Fix copying in prediction as well

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    08456ff View commit details
    Browse the repository at this point in the history
  40. Update src/MLJInterface.jl

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0e95937 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f96751c View commit details
    Browse the repository at this point in the history
  42. Add variable names test

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    50bfaec View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    47fdb69 View commit details
    Browse the repository at this point in the history
  44. Add test of predictions

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7a16f7c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2222347 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6139bba View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e585bd4 View commit details
    Browse the repository at this point in the history
  48. Missing predict import

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    38758dc View commit details
    Browse the repository at this point in the history
  49. Clean up metadata_pkg

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bd70964 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    b2d8542 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a8baf7b View commit details
    Browse the repository at this point in the history
  52. Generate MLJ docstrings

    MilesCranmer committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d417ef0 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    79ba7a6 View commit details
    Browse the repository at this point in the history
  54. Fix deprecated description parameter

    Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
    MilesCranmer and OkonSamuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    09fb9b5 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    db5be13 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ad88b44 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    b20270d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6bc8bc4 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3fbb4c3 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    dc6533e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e8a8398 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    2d9cc48 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    c2a6c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66382d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdcb56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be60f13 View commit details
    Browse the repository at this point in the history