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

Polish analysis of a multiclosure test #1982

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 24, 2024

  1. Init analysis

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9f2f9d4 View commit details
    Browse the repository at this point in the history
  2. Add other functions

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    be93df4 View commit details
    Browse the repository at this point in the history
  3. Add other functions again

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c041049 View commit details
    Browse the repository at this point in the history
  4. Init analysis

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b6abb53 View commit details
    Browse the repository at this point in the history
  5. Add other functions

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c580a9a View commit details
    Browse the repository at this point in the history
  6. Add other functions again

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d3c99b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82a9ff8 View commit details
    Browse the repository at this point in the history
  8. Add multiclosure comparefits

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8d635b4 View commit details
    Browse the repository at this point in the history
  9. Add sklearn to pyproject

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0b6acae View commit details
    Browse the repository at this point in the history
  10. Scikit added to conda

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e6936db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    baa99a3 View commit details
    Browse the repository at this point in the history
  12. l2 condition number plot

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a739964 View commit details
    Browse the repository at this point in the history
  13. added l2 condition number plot

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    72ad203 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1909114 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66f293f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    90c553a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d245451 View commit details
    Browse the repository at this point in the history
  18. cleaned bias variance table

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d09018a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d9b94b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    acf3f91 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2de09b8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    325ad8f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    95d608e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    070e3f6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7079292 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    49d0484 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9d5f63e View commit details
    Browse the repository at this point in the history
  28. Piazza pulita 2: removed principal_components_variance_distribution_d…

    …ataset as we are not using it
    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3644cb8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    462e63d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7d696af View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    37b835c View commit details
    Browse the repository at this point in the history
  32. rewrote functions using new variance definition (covmat computed by a…

    …veraging over covmats of all fits) and removed sklearn dependency
    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8b4d5c5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5606f3e View commit details
    Browse the repository at this point in the history
  34. removed variancepdf as unused

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ee8bf09 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7144ac9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ce5ff2d View commit details
    Browse the repository at this point in the history
  37. added hlines for rbv = 1

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    328a892 View commit details
    Browse the repository at this point in the history
  38. added bootstrapped_internal_multiclosure_dataset_loader for tuple of …

    …bootstrapped multiclosuretests
    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1f4eacc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8689a18 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2690bc9 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    cc77ed9 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    493e769 View commit details
    Browse the repository at this point in the history
  43. changed defaults of bootstrap

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fb4fb4e View commit details
    Browse the repository at this point in the history
  44. added title for single data point in latex mode

    Giovanni De Crescenzo authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b154273 View commit details
    Browse the repository at this point in the history
  45. Add PCA on corr matrix on full dataset

    andreab1997 authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a1d6a08 View commit details
    Browse the repository at this point in the history
  46. fixed inconsistency with single data point and suggest different way …

    …to compute error bands after bootstrap
    giovannidecrescenzo authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d1808ec View commit details
    Browse the repository at this point in the history
  47. added delta plots

    giovannidecrescenzo authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7c20ec8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6f2a8ef View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    75773d4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    cb61d22 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    07b16a6 View commit details
    Browse the repository at this point in the history
  52. slight change in def of delta hist

    Giovanni De Crescenzo authored and comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    099af95 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    89398ef View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    8d71a2e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    8df13b2 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    defcd96 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e03c29e View commit details
    Browse the repository at this point in the history
  58. removed new lines

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5b03cf4 View commit details
    Browse the repository at this point in the history
  59. removed unused variables

    comane committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ddc3c0d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e4fe438 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    7cfdd9a View commit details
    Browse the repository at this point in the history