Skip to content

Commit

Permalink
fix ExplanationDashboard interpretability failure
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed May 31, 2023
1 parent 9911bfb commit 0d19aab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ object DatabricksUtilities {
Map("pypi" -> Map("package" -> "onnxmltools==1.7.0")),
Map("pypi" -> Map("package" -> "lightgbm")),
Map("pypi" -> Map("package" -> "mlflow")),
Map("pypi" -> Map("package" -> "openai"))
Map("pypi" -> Map("package" -> "openai")),
Map("pypi" -> Map("package" -> "interpret-community")),
Map("pypi" -> Map("package" -> "raiwidgets")),
Map("pypi" -> Map("package" -> "itsdangerous==2.0.1"))
).toJson.compactPrint

// TODO: install synapse.ml.dl wheel package here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@
},
"outputs": [],
"source": [
"!pip install --upgrade raiwidgets\n",
"!pip install itsdangerous==2.0.1"
"# pip install --upgrade raiwidgets\n",
"# pip install itsdangerous==2.0.1"
]
},
{
Expand All @@ -339,7 +339,7 @@
},
"outputs": [],
"source": [
"!pip install --upgrade interpret-community"
"# pip install --upgrade interpret-community"
]
},
{
Expand Down

0 comments on commit 0d19aab

Please sign in to comment.