Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ThomasBury/arfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.6
Choose a base ref
...
head repository: ThomasBury/arfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 28 files changed
  • 2 contributors

Commits on May 14, 2024

  1. feat: ✨ change the default value of fastshap to false to avoid error …

    …if the user did not install it. It doesn't work perfectly anyway
    Thomas Bury committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8edd3e0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. feat: ✨ add support for folds generator

    previously the fold generator was builtin, now, the user can input his/her own
    Thomas Bury committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3771d49 View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 fix the column name for the GrootCV scheme

    previously, the shadow car columns were not in the last position, which is the case in applying this patch
    ThomasBury committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b81c755 View commit details
    Browse the repository at this point in the history
  3. docs: 📝 add documentation and tuto for time series application using …

    …user defined crossval scheme
    ThomasBury committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5317664 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d565b56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    820b58d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. test: ✅ test grootcv timeseries with numpy 2.X

    Thomas Bury committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8079925 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix: 🐛 replace np.Inf by np.inf because the former is deprecated and …

    …the latter is standard notation
    Thomas Bury committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fb109a1 View commit details
    Browse the repository at this point in the history
  2. ci: 💚 fix the circle ci config file

    Thomas Bury committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c9581b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix: 🐛 fix bug caused by the new behaviour of shap returning a ndarra…

    …y or a list depending on the version
    ThomasBury committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    95a42cd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ca5bf5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63598ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    978b230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e50c1e5 View commit details
    Browse the repository at this point in the history
  5. fix: 🐛 update the shap importance to handle the ndarray, new dtype ou…

    …tput in the newest shap version
    ThomasBury committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f8f90da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e2d952 View commit details
    Browse the repository at this point in the history
Loading