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

[Feat] Port HazReg.jl #4

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

[Feat] Port HazReg.jl #4

wants to merge 28 commits into from

Commits on Jun 12, 2024

  1. [Feat] Port HazReg.jl

    There is a lot of things to do to port it correclty:
    
    - bring the code in
    - modify the interface to use `StatsAPI.fit(HazardRegression, @formula(Surv(time,status)~covariates)`
    - port the documentation
    lrnv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9d5eca6 View commit details
    Browse the repository at this point in the history
  2. add new file

    lrnv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8231ed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Initial commit

    FJRubio67 authored and lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    31c42c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bf9a1 View commit details
    Browse the repository at this point in the history
  3. add test

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f3b5b8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b723979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d825a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cacf6f9 View commit details
    Browse the repository at this point in the history
  7. was a copying mistake :)

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ffeba00 View commit details
    Browse the repository at this point in the history
  8. fix project.toml

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ab78923 View commit details
    Browse the repository at this point in the history
  9. add correct documentations

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c3bbf19 View commit details
    Browse the repository at this point in the history
  10. add css

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6af55d5 View commit details
    Browse the repository at this point in the history
  11. add atol

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    30b4ba7 View commit details
    Browse the repository at this point in the history
  12. recuce atol

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    35d4703 View commit details
    Browse the repository at this point in the history
  13. potential for sorting ?

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6cf28a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9be0880 View commit details
    Browse the repository at this point in the history
  15. correct mistake on 1.6

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bd08d10 View commit details
    Browse the repository at this point in the history
  16. first rewrite

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f3762ee View commit details
    Browse the repository at this point in the history
  17. up

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ec31355 View commit details
    Browse the repository at this point in the history
  18. up julia dependency

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ddbdc91 View commit details
    Browse the repository at this point in the history
  19. errr

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d10f29f View commit details
    Browse the repository at this point in the history
  20. move to stableRNG for julia 1.6

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6fb388d View commit details
    Browse the repository at this point in the history
  21. [Feat] Port HazReg.jl

    There is a lot of things to do to port it correclty:
    
    - bring the code in
    - modify the interface to use `StatsAPI.fit(HazardRegression, @formula(Surv(time,status)~covariates)`
    - port the documentation
    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f4b4a79 View commit details
    Browse the repository at this point in the history
  22. add new file

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4e0ce05 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fa1da73 View commit details
    Browse the repository at this point in the history
  24. import code -- not working yet

    lrnv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cbc70b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. first shot at rewrite

    lrnv committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7d5292c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. now it compiles

    lrnv committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9423dcc View commit details
    Browse the repository at this point in the history