We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28881eb commit 4179bbeCopy full SHA for 4179bbe
ads/opctl/operator/lowcode/forecast/model/prophet.py
@@ -304,7 +304,7 @@ def explain_model(self):
304
# Global Expl
305
g_expl = self.drop_horizon(expl_df).mean()
306
g_expl.name = s_id
307
- global_expl.append(g_expl)
+ global_expl.append(np.abs(g_expl))
308
self.global_explanation = pd.concat(global_expl, axis=1)
309
self.formatted_global_explanation = (
310
self.global_explanation / self.global_explanation.sum(axis=0) * 100
0 commit comments