-
Fix documentation issues detected during shapr 1.0.2 release (#442)
- Remove examples from unexported functions
- Replace \dontrun by \donttest for long running examples
- Replace usage of
print()bywarning()on two occasions
-
Fix issue with
Expected <nn_module> but got object of type <NULL>
approach='vaeac'after recenttorchupdate broke it (#444) -
Changes default seed in
explain()andexplain_forecast()from 1 to NULL to avoid set.seed() to conflict with later called code (#445) -
Other minor fixes