escape freqai-specific characters from file naming
This commit is contained in:
parent
188f75d8ec
commit
95457d23ca
@ -190,5 +190,5 @@ def plot_feature_importance(model: Any, pair: str, dk: FreqaiDataKitchen,
|
|||||||
fig = add_feature_trace(fig, fi_df_top, 1)
|
fig = add_feature_trace(fig, fi_df_top, 1)
|
||||||
fig = add_feature_trace(fig, fi_df_worst, 2)
|
fig = add_feature_trace(fig, fi_df_worst, 2)
|
||||||
fig.update_layout(title_text=f"Best and worst features by importance {pair}")
|
fig.update_layout(title_text=f"Best and worst features by importance {pair}")
|
||||||
|
label = label.replace('&', '').replace('%', '') # escape two FreqAI specific characters
|
||||||
store_plot_file(fig, f"{dk.model_filename}-{label}.html", dk.data_path)
|
store_plot_file(fig, f"{dk.model_filename}-{label}.html", dk.data_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user