maintian user privacy by keeping plotly offline
This commit is contained in:
@@ -191,5 +191,4 @@ def plot_feature_importance(model: Any, pair: str, dk: FreqaiDataKitchen,
|
||||
fig = add_feature_trace(fig, fi_df_worst, 2)
|
||||
fig.update_layout(title_text=f"Best and worst features by importance {pair}")
|
||||
|
||||
store_plot_file(fig, f"{dk.model_filename}-{label}.html", dk.data_path,
|
||||
include_plotlyjs="cdn")
|
||||
store_plot_file(fig, f"{dk.model_filename}-{label}.html", dk.data_path)
|
||||
|
Reference in New Issue
Block a user