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

Hyperparameter cross validation #25

Merged
merged 28 commits into from
Nov 24, 2023
Merged

Hyperparameter cross validation #25

merged 28 commits into from
Nov 24, 2023

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    cca2a29 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    82ce1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede48c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca5601d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0bd675 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20c9aea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f940939 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1c64a2 View commit details
    Browse the repository at this point in the history
  8. docs: update simple_inversion.ipynb

    Lower the grid resolution to run faster, add more detailed comments, use same zref as true topography, change choosen damping value
    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fef9387 View commit details
    Browse the repository at this point in the history
  9. docs: add damping_cross_validation.ipynb

    new notebook to demonstrate how to perform a CV to find the optimal damping value.
    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f3d3e89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b085100 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30e39b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a391799 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c65c4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    619057a View commit details
    Browse the repository at this point in the history
  15. chore: add github action workflow

    run a python-semantic-release in no operation mode to see what will be done. Runs one all commits to PR's
    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d199599 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a424e3 View commit details
    Browse the repository at this point in the history
  17. style: format fix

    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ebc5e2e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    39f9e6b View commit details
    Browse the repository at this point in the history
  19. chore: update release check

    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    619915f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b637c79 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    91594fd View commit details
    Browse the repository at this point in the history
  22. fix: restructure damping cross validation

    associated functions are termed "gravity" cross validation since they use the observed and predicted gravity data to determine the score.
    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6122e32 View commit details
    Browse the repository at this point in the history
  23. feat: add constraints cv functions

    termed "constraints" since they use the difference between constraint point elevations and inverted topography to determine the score. Used for zref and density cross validations
    mdtanker committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fa792ab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d7bc456 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    96bcd0d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b89196b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    31cbd6d View commit details
    Browse the repository at this point in the history