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

Enable to specify "user defined gamma" #45

Open nocotan opened 3 years ago

nocotan commented 3 years ago

Summary

Currently, udf_gamma is always 1. However, it should be specified by users.

Then, I think it is better to modify the argument cardinality as follows:

assert (cardinality in ["one", "reciprocal", "udf_gamma"]) or isinstance(cardinality, float)

Goal

Modify udf_gamma.

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.