Name Error
mferns11 opened this issue · 3 comments
mferns11 commented
19 filter_conditions_config=filter_conditions_config
20 )
---> 21 res_df = res_to_df(res, 'condition_1')
22 lppls_model.plot_confidence_indicators(res_df, title='Short Term Indicator 120-30')
23
NameError: name 'res_to_df' is not defined
mreismendes commented
I had the same problem.
mferns11 commented
Any Solutions
mferns11 commented
res_df = lppls_model.res_to_df(res, 'condition_1')