Skip to content

Commit

Permalink
Add a forked feature_importance() from ingredients
Browse files Browse the repository at this point in the history
Implements support for 3D arrays in a list of inputs and ... to predict function
Waiting for ModelOriented/ingredients#142 and ModelOriented/ingredients#143
  • Loading branch information
jmaspons committed Apr 29, 2022
1 parent f7373f2 commit 5b2839a
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Imports:
ingredients,
keras,
snow,
abind
abind,
methods
Suggests:
future.callr,
testthat,
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Generated by roxygen2: do not edit by hand

S3method(feature_importance,default)
S3method(feature_importance,explainer)
S3method(summary,pipe_result.keras)
export(feature_importance)
export(longTo3Darray.ts)
export(longToWide.ts)
export(pipe_keras)
Expand All @@ -9,4 +12,5 @@ export(plotVI.pipe_result.keras)
export(wideTo3Darray.ts)
export(wideToLong.ts)
import(keras)
importFrom(methods,hasArg)
importFrom(stats,predict)
Loading

0 comments on commit 5b2839a

Please sign in to comment.