UCA-Datalab / nilm-thresholding

:warning: This repository is no longer actively maintained. It previously dealt with Non-Intrusive Load Monitoring (NILM), focusing on predicting household appliance status from aggregated power load data. We explored different thresholding methods and evaluated deep learning models for regression and classification tasks.
https://doi.org/10.1007/s11227-023-05149-8
37 stars 6 forks source link

plot_output.py #4

Closed RengarWang closed 3 years ago

RengarWang commented 4 years ago

hi,i met a problem,

plot_output.py ,line 222 , in plot_weights model = path_input.rsplit('/', 1)[1] IndexError: list index out of range

without classification weight ,F1 ,MAE chart,I hope to get your help,thank you.

RengarWang commented 3 years ago

Thanks,Problem solved, windows and Linux path issues!

daniprec commented 3 years ago

We will take this into account for future releases. Thanks for your contribution @RengarWang !