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

Resolve issue #2018 #2022

Merged
merged 158 commits into from
Feb 19, 2024
Merged

Commits on Feb 19, 2024

  1. Issue with TF

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    23dd95b View commit details
    Browse the repository at this point in the history
  2. Comment out the PR gate affected tests with the upgrade to TF>2.10.1

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    212d5ac View commit details
    Browse the repository at this point in the history
  3. Comment out the nightly builds affected tests with the upgrade to TF>…

    …2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5ce18fa View commit details
    Browse the repository at this point in the history
  4. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    46c76a5 View commit details
    Browse the repository at this point in the history
  5. Comment out the nightly builds affected tests with the upgrade to TF>…

    …2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7e86950 View commit details
    Browse the repository at this point in the history
  6. revert the breaking tests with TF 2.10.1

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0e4d72b View commit details
    Browse the repository at this point in the history
  7. temporary pin to TF=2.8.4

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1d13495 View commit details
    Browse the repository at this point in the history
  8. Update security tests

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c3f9d67 View commit details
    Browse the repository at this point in the history
  9. Try to resolve #2018

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1d543c7 View commit details
    Browse the repository at this point in the history
  10. Exclude tensorflow versions that are not supported

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4d86d38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90c3920 View commit details
    Browse the repository at this point in the history
  12. Capture importerror

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    eb47a4f View commit details
    Browse the repository at this point in the history
  13. Restrict tensorflow < 2.13

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0e580bc View commit details
    Browse the repository at this point in the history
  14. Set tensorflow < 2.12

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7973235 View commit details
    Browse the repository at this point in the history
  15. Not triggering unit tests on Draft PR (#2033)

    * Not triggering unit tests on Draft PR
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Change a PR-triggering file to test
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    ---------
    
    Signed-off-by: Jun Ki Min <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    loomlike authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4c39a80 View commit details
    Browse the repository at this point in the history
  16. Refactor ranking metric map to be the same as Spark's (#2004)

    * Announcement LF
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update email
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update README.md
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * security
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * license and contribution notice
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * update author link
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Add new code of conduct from LF
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Replacing references GRU4Rec to GRU
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Replacing references GRU4Rec to GRU
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Replacing references GRU4Rec in config files
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update references
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Delete conda.md
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * refactor map_at_k and map to be the same as Spark's
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * list of test failing to fix
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update readme LF feedback @wutaomsft
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update NEWS.md
    
    Co-authored-by: Andreas Argyriou <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Andreas Argyriou <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Fix test errors, Refactor column check utils to be simpler
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Rename ranking tests to be _at_k suffixed
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Change test names in the test group
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * add comment to mocked fn in a test
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * 📝
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * remove unused input
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * 📝
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * no need to output the logs twice
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * packages
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * skipping flaky test
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Issue with TF
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Comment out the PR gate affected tests with the upgrade to TF>2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * 🐛
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * revert the breaking tests with TF 2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * temporary pin to TF=2.8.4
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update security tests
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update expected values to not use fixture
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * list of test failing to fix
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Fix missing fixture error
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    ---------
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    Co-authored-by: miguelgfierro <[email protected]>
    Co-authored-by: Andreas Argyriou <[email protected]>
    Co-authored-by: Miguel Fierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    4 people authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    22d8707 View commit details
    Browse the repository at this point in the history
  17. Add missing kernelspec language

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6fa92b5 View commit details
    Browse the repository at this point in the history
  18. Remove scrapbook and papermill deps

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    00102be View commit details
    Browse the repository at this point in the history
  19. notebook utils programmatic execution

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f285677 View commit details
    Browse the repository at this point in the history
  20. Test notebook programmatic

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cad762e View commit details
    Browse the repository at this point in the history
  21. Added test notebook for utils

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e55b311 View commit details
    Browse the repository at this point in the history
  22. data notebooks

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    76dc706 View commit details
    Browse the repository at this point in the history
  23. Replace papermill and scrapbook for new internal function

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ccd98c5 View commit details
    Browse the repository at this point in the history
  24. Replace papermill and scrapbook for new internal function

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e855606 View commit details
    Browse the repository at this point in the history
  25. Update new programmatic execution code

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f662d17 View commit details
    Browse the repository at this point in the history
  26. Update new programmatic execution code

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a712885 View commit details
    Browse the repository at this point in the history
  27. Update notebooks with new utility

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9db40a6 View commit details
    Browse the repository at this point in the history
  28. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d8378e8 View commit details
    Browse the repository at this point in the history
  29. Issue with xDeepFM WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    84b0bbd View commit details
    Browse the repository at this point in the history
  30. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    53fcbcf View commit details
    Browse the repository at this point in the history
  31. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e997621 View commit details
    Browse the repository at this point in the history
  32. Document the tests in programmatic notebook

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    de7633e View commit details
    Browse the repository at this point in the history
  33. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e78b8b8 View commit details
    Browse the repository at this point in the history
  34. WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ccfb5ca View commit details
    Browse the repository at this point in the history
  35. WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    72192f9 View commit details
    Browse the repository at this point in the history
  36. Import missing store_metadata

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    428820e View commit details
    Browse the repository at this point in the history
  37. Correct pattern matching and substitution

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0620ccd View commit details
    Browse the repository at this point in the history
  38. Merge multiline parameters into one line

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    393ac47 View commit details
    Browse the repository at this point in the history
  39. Increase timeout

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fa4f87c View commit details
    Browse the repository at this point in the history
  40. Fix nightly test errors (#2045)

    * Revert tests tolerance
    * Fix notebook parameter parsing
    * Add notebook utils tests to test groups
    * Fix notebooks
    * Fix notebook unit tests
    * Update evaluation metrics name map. Handle None for exp_var
    * Fix smoke tests
    * cleanup
    * Fix functional test errors
    * make notebook parameter update function to be private
    * Fix benchmark notebook bug
    * fix remaining bugs
    ---------
    
    Signed-off-by: Jun Ki Min <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    loomlike authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9befa84 View commit details
    Browse the repository at this point in the history
  41. Fix benchmarks last cell to store value, not [value]

    Signed-off-by: Jun Ki Min <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    loomlike authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7df82f3 View commit details
    Browse the repository at this point in the history
  42. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f9e4b34 View commit details
    Browse the repository at this point in the history
  43. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    56d9369 View commit details
    Browse the repository at this point in the history
  44. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7b83ae5 View commit details
    Browse the repository at this point in the history
  45. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2151469 View commit details
    Browse the repository at this point in the history
  46. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4c07eb1 View commit details
    Browse the repository at this point in the history
  47. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f407446 View commit details
    Browse the repository at this point in the history
  48. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    32ea148 View commit details
    Browse the repository at this point in the history
  49. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4fabbb1 View commit details
    Browse the repository at this point in the history
  50. Updated PR template

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    080bc0f View commit details
    Browse the repository at this point in the history
  51. Updated contributing

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    93a4f1c View commit details
    Browse the repository at this point in the history
  52. Updated PR template and contributing

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0c43ad5 View commit details
    Browse the repository at this point in the history
  53. Updated contributing

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0ae786e View commit details
    Browse the repository at this point in the history
  54. [Fix] correct MIND data construction of user behavior history

    Signed-off-by: Simon Zhao <[email protected]>
    thaiminhpv authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f275965 View commit details
    Browse the repository at this point in the history
  55. change path hybrid

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    31b7970 View commit details
    Browse the repository at this point in the history
  56. Update hybrid to CF

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5d0c496 View commit details
    Browse the repository at this point in the history
  57. change path hybrid

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9dfc3be View commit details
    Browse the repository at this point in the history
  58. change path hybrid

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e34fdad View commit details
    Browse the repository at this point in the history
  59. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    faba430 View commit details
    Browse the repository at this point in the history
  60. Replace LayerRNNCell with AbstractRNNCell

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f925db2 View commit details
    Browse the repository at this point in the history
  61. Stop testing for deeprec

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    70d04a8 View commit details
    Browse the repository at this point in the history
  62. Refactor ranking metric map to be the same as Spark's (#2004)

    * Announcement LF
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update email
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update README.md
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * security
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * license and contribution notice
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * update author link
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Add new code of conduct from LF
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Replacing references GRU4Rec to GRU
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Replacing references GRU4Rec to GRU
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Replacing references GRU4Rec in config files
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update references
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Delete conda.md
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * refactor map_at_k and map to be the same as Spark's
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * list of test failing to fix
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update readme LF feedback @wutaomsft
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update NEWS.md
    
    Co-authored-by: Andreas Argyriou <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Andreas Argyriou <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Fix test errors, Refactor column check utils to be simpler
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Rename ranking tests to be _at_k suffixed
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Change test names in the test group
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * add comment to mocked fn in a test
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * 📝
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * remove unused input
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * 📝
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * no need to output the logs twice
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * packages
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * skipping flaky test
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Issue with TF
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Comment out the PR gate affected tests with the upgrade to TF>2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * 🐛
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * revert the breaking tests with TF 2.10.1
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * temporary pin to TF=2.8.4
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update security tests
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Update expected values to not use fixture
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * list of test failing to fix
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    * Fix missing fixture error
    
    Signed-off-by: Jun Ki Min <[email protected]>
    
    ---------
    
    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Jun Ki Min <[email protected]>
    Co-authored-by: miguelgfierro <[email protected]>
    Co-authored-by: Andreas Argyriou <[email protected]>
    Co-authored-by: Miguel Fierro <[email protected]>
    4 people authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b6036bd View commit details
    Browse the repository at this point in the history
  63. notebook utils programmatic execution

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ac93817 View commit details
    Browse the repository at this point in the history
  64. Test notebook programmatic

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d08d649 View commit details
    Browse the repository at this point in the history
  65. Added test notebook for utils

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    330770b View commit details
    Browse the repository at this point in the history
  66. Replace papermill and scrapbook for new internal function

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c3e92df View commit details
    Browse the repository at this point in the history
  67. Replace papermill and scrapbook for new internal function

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7122109 View commit details
    Browse the repository at this point in the history
  68. Update new programmatic execution code

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e795de6 View commit details
    Browse the repository at this point in the history
  69. Update new programmatic execution code

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a5116f3 View commit details
    Browse the repository at this point in the history
  70. Update notebooks with new utility

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0ec3b9e View commit details
    Browse the repository at this point in the history
  71. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    96a7e21 View commit details
    Browse the repository at this point in the history
  72. Issue with xDeepFM WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    32f9858 View commit details
    Browse the repository at this point in the history
  73. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4ecb668 View commit details
    Browse the repository at this point in the history
  74. 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3d89766 View commit details
    Browse the repository at this point in the history
  75. Document the tests in programmatic notebook

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a894b5c View commit details
    Browse the repository at this point in the history
  76. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    00b7634 View commit details
    Browse the repository at this point in the history
  77. WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0ca11dc View commit details
    Browse the repository at this point in the history
  78. WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6a97812 View commit details
    Browse the repository at this point in the history
  79. Import missing store_metadata

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5b01e25 View commit details
    Browse the repository at this point in the history
  80. Correct pattern matching and substitution

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3211560 View commit details
    Browse the repository at this point in the history
  81. Increase timeout

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a4b0377 View commit details
    Browse the repository at this point in the history
  82. Fix nightly test errors (#2045)

    * Revert tests tolerance
    * Fix notebook parameter parsing
    * Add notebook utils tests to test groups
    * Fix notebooks
    * Fix notebook unit tests
    * Update evaluation metrics name map. Handle None for exp_var
    * Fix smoke tests
    * cleanup
    * Fix functional test errors
    * make notebook parameter update function to be private
    * Fix benchmark notebook bug
    * fix remaining bugs
    ---------
    
    Signed-off-by: Jun Ki Min <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    loomlike authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    afe19f3 View commit details
    Browse the repository at this point in the history
  83. Fix benchmarks last cell to store value, not [value]

    Signed-off-by: Jun Ki Min <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    loomlike authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9b881b6 View commit details
    Browse the repository at this point in the history
  84. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bda7322 View commit details
    Browse the repository at this point in the history
  85. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    27f6aa9 View commit details
    Browse the repository at this point in the history
  86. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a810580 View commit details
    Browse the repository at this point in the history
  87. 📝 remove papermill and scrapbook references

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7860d29 View commit details
    Browse the repository at this point in the history
  88. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    22bea12 View commit details
    Browse the repository at this point in the history
  89. Updated PR template

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    756467e View commit details
    Browse the repository at this point in the history
  90. Updated contributing

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    728a6ee View commit details
    Browse the repository at this point in the history
  91. Updated PR template and contributing

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2f6c765 View commit details
    Browse the repository at this point in the history
  92. Updated contributing

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8dca2b1 View commit details
    Browse the repository at this point in the history
  93. change path hybrid

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7765d38 View commit details
    Browse the repository at this point in the history
  94. change path hybrid

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    27da022 View commit details
    Browse the repository at this point in the history
  95. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    080262d View commit details
    Browse the repository at this point in the history
  96. Creating a jupyter book

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    780bafb View commit details
    Browse the repository at this point in the history
  97. Creating documentation

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f9ddd80 View commit details
    Browse the repository at this point in the history
  98. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    434d6e7 View commit details
    Browse the repository at this point in the history
  99. WIP

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    919a6ed View commit details
    Browse the repository at this point in the history
  100. Added rst files

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    796ec60 View commit details
    Browse the repository at this point in the history
  101. license

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    32fbf2a View commit details
    Browse the repository at this point in the history
  102. Weird warning with a link in the docstrings

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d2067a7 View commit details
    Browse the repository at this point in the history
  103. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d5a20d9 View commit details
    Browse the repository at this point in the history
  104. Fix docstring errors and replace .. note:: with Note:

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ded2254 View commit details
    Browse the repository at this point in the history
  105. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b831e23 View commit details
    Browse the repository at this point in the history
  106. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    770a474 View commit details
    Browse the repository at this point in the history
  107. Automatic build of documentation

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    aeabba7 View commit details
    Browse the repository at this point in the history
  108. Automatic build of documentation dev

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bbf05ea View commit details
    Browse the repository at this point in the history
  109. Automatic build of documentation deps

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6568a93 View commit details
    Browse the repository at this point in the history
  110. Automatic build of documentation deps

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    08f2c11 View commit details
    Browse the repository at this point in the history
  111. Automatic build of documentation deps

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    82328eb View commit details
    Browse the repository at this point in the history
  112. Delete workflow and try via UI

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ddb43cc View commit details
    Browse the repository at this point in the history
  113. Added again the workflow

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5b348fd View commit details
    Browse the repository at this point in the history
  114. git add * -rf

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b68f9f6 View commit details
    Browse the repository at this point in the history
  115. git add * -f

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1a4f54b View commit details
    Browse the repository at this point in the history
  116. add git info

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a2928a3 View commit details
    Browse the repository at this point in the history
  117. actions to automatically update documentation

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    03005e4 View commit details
    Browse the repository at this point in the history
  118. actions to automatically update documentation

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b2afba1 View commit details
    Browse the repository at this point in the history
  119. actions to automatically update documentation 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    37edbcf View commit details
    Browse the repository at this point in the history
  120. actions to automatically update documentation 🐛

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b01bc7e View commit details
    Browse the repository at this point in the history
  121. trying github token

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    36e36a8 View commit details
    Browse the repository at this point in the history
  122. trying github token

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    66fb9bd View commit details
    Browse the repository at this point in the history
  123. trying github token and pull before pushing

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4ae1fc0 View commit details
    Browse the repository at this point in the history
  124. pull rebase

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    40ef986 View commit details
    Browse the repository at this point in the history
  125. pull rebase and -Xtheirs

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e82463c View commit details
    Browse the repository at this point in the history
  126. clean

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    96ba2e3 View commit details
    Browse the repository at this point in the history
  127. Update documentation badge

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b27e88a View commit details
    Browse the repository at this point in the history
  128. install all deps

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    986dab6 View commit details
    Browse the repository at this point in the history
  129. try adding other sphinx extensions

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    156ce2f View commit details
    Browse the repository at this point in the history
  130. Refact model rst

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    caece7f View commit details
    Browse the repository at this point in the history
  131. comment geoimc and rlrmc docs until issue is fixed

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f72067f View commit details
    Browse the repository at this point in the history
  132. 📝

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9678fe2 View commit details
    Browse the repository at this point in the history
  133. Adding init and other special members

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c9d6056 View commit details
    Browse the repository at this point in the history
  134. Adding init and other special members

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    725eb6e View commit details
    Browse the repository at this point in the history
  135. Reviewing other rst

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9dd9fa1 View commit details
    Browse the repository at this point in the history
  136. Change sphinx version

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4be08b4 View commit details
    Browse the repository at this point in the history
  137. Change sphinx version and jupyter book

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    86f6378 View commit details
    Browse the repository at this point in the history
  138. Change the way we compile the documentation

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7e12dc7 View commit details
    Browse the repository at this point in the history
  139. Using the latest JB release

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9ac20ce View commit details
    Browse the repository at this point in the history
  140. Documentation working

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4e6f265 View commit details
    Browse the repository at this point in the history
  141. Update docs/_config.yml

    Co-authored-by: Simon Zhao <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    aa2ca0a View commit details
    Browse the repository at this point in the history
  142. Update docs/requirements-doc.txt

    Co-authored-by: Simon Zhao <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6ad777f View commit details
    Browse the repository at this point in the history
  143. Update docs/_config.yml

    Co-authored-by: Simon Zhao <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b622bd1 View commit details
    Browse the repository at this point in the history
  144. Added comments by @SimonYansenZhao

    Signed-off-by: miguelgfierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    miguelgfierro authored and SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    484c403 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    66842de View commit details
    Browse the repository at this point in the history
  146. Update setup.py

    Co-authored-by: Miguel Fierro <[email protected]>
    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao and miguelgfierro committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    77235dc View commit details
    Browse the repository at this point in the history
  147. Try to disable sum and sum_component only

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2783200 View commit details
    Browse the repository at this point in the history
  148. Upgrade AzureML docker image

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ff6768a View commit details
    Browse the repository at this point in the history
  149. Correct variable names

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2d9341a View commit details
    Browse the repository at this point in the history
  150. Install git in the Conda env

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b886919 View commit details
    Browse the repository at this point in the history
  151. Disable test_xdeepfm_component_definition

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    35610bf View commit details
    Browse the repository at this point in the history
  152. Use latest CUDA

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8866565 View commit details
    Browse the repository at this point in the history
  153. Correct GPU selection

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    02103e2 View commit details
    Browse the repository at this point in the history
  154. Remove leading whitespaces in Dockerfile

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    530f85b View commit details
    Browse the repository at this point in the history
  155. Simplify azureml-test/action.yml

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c37f370 View commit details
    Browse the repository at this point in the history
  156. Install wget in Docker image

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    76ae5e0 View commit details
    Browse the repository at this point in the history
  157. Update

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    dfaa9ed View commit details
    Browse the repository at this point in the history
  158. Merge staging

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    94ece08 View commit details
    Browse the repository at this point in the history