CompML / PRTS

Unofficial Python implementation of "Precision and Recall for Time Series".
https://papers.nips.cc/paper/2018/file/8f468c873a32bb0619eaeb2050ba45d1-Paper.pdf
Apache License 2.0
38 stars 4 forks source link

Allow argument type: List #38

Closed nocotan closed 3 years ago

nocotan commented 3 years ago

Summary

Currenty, ts_precision/ts_metric function only allow np.ndarray as the real/pred argument. However, the scikit-learn interface allows list type too.

Then, why don't you make it possible to accept list type?

Goal

Accept list type.

Todo

Deadline

yyyy / mm / dd

Parent issue

If the parent issue exists, post a link here.

References

If there are any reference links, they are described here.

Notes

Other comments.

ryoherisson commented 3 years ago

Done