Plot¶
Contains helper functions used to create chart. The plots created are stored in ../output directory.
- plot.annual_plot(output_df, desc)¶
- Return type:
None
- plot.corr_plot(btap_data_df)¶
- Return type:
None
- plot.daily_plot(output_df, desc)¶
- plot.norm_res(btap_data_df)¶
- plot.norm_res_plot(btap_data_df)¶
- Return type:
None
- plot.plot_metric(df)¶
- Return type:
None
- plot.save_plot(H)¶
- Return type:
None
- plot.show_var(btap_data_df)¶
- Return type:
None
- plot.target_plot(y_train, y_test)¶
- Return type:
None