Python lib
hushchyn-mikhail opened this issue · 4 comments
Hi,
Thanks for this repo and your article. They are very cute! It would also be nice if you created a python library that provides the ability to run all the CPD methods from your article on custom data.
Hi @hushchyn-mikhail, thank you for your interest in our work!
Creating such a Python library will likely be quite a bit of work, but it should be straightforward to add a new dataset or method to the experiments. For instance, we recently added a zero method to the benchmark.
I'll add some instructions to the repository on how to add a new dataset or method to the benchmark.
Thanks for the fast response.
In particularly, we are interested in to run your CPD methods on our datasets and get outputs of these algorithms. I guess, it is possible somehow to do, but the instructions will make it easier :)
I've added additional instructions to the readme on how to extend the benchmark with new methods and datasets. Does this answer your question?
Great!
Thanks a lot for this.