-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python wrapper? #1
Comments
I'm not sure how to do the python wrapping of Matlab; Santi Villalba helped do this for hctsa a few years ago. But I'd be open to someone working this up! It's all very simple stuff that would be straightforward to reimplement |
If you are interested, I think we can try to convert the matlab files directly into python code as you are mostly using basic arithmetic functions. Here is a list of options to convert matlab to python code especially this one looks promising https://github.com/victorlei/smop I will have a look at it later |
I started converting the matlab code to python, see https://github.com/MaxBenChrist/TimeSeriesGeneration |
Nice! Look forward to seeing it develop 👍 |
Shall we make a python package out of it? We can add an folder with the matlab source files inside that package. Or we open a new repo |
Up to you! Happy for you to do what you like with it, if you properly credit the original source. I should add a license... |
I would be in favor of having another clean repository, with both repositorys referencing each other. I think I will have to rewrite quite a lot of the calculations. At the moment, smop is replacing the vectors by custom ndarrays (such that the indexing starts at 1 and not at 0). This dependency on smop is unecessary and I want to get rid of it. |
Go for it!
… On 14 Sep 2017, at 00:22, Maximilian Christ ***@***.***> wrote:
I would be in favor of having another clean repository, with both repositorys referencing each other.
I think I will have to rewrite quite a lot of the calculations. At the moment, smop is replacing the vectors by custom ndarrays (such that the indexing starts at 1 and not at 0). This dependency on smop is unecessary and I want to get rid of it.
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Ben :),
there was a question regarding synthetic time series generators in python, see
MaxBenChrist/awesome_time_series_in_python#7
Can you provide a python wrapper for this TimeSeriesGeneration package? Would love to include it in my list.
The text was updated successfully, but these errors were encountered: