IBM / TSML.jl

A package for time series data processing, classification, clustering, and prediction.
MIT License
112 stars 20 forks source link

[REVIEW] JuliaCon Paper #91

Closed theogf closed 4 years ago

theogf commented 4 years ago

If it's okay I am going to gather all my comments for the review in https://github.com/JuliaCon/proceedings-review/issues/51 here:

First it's a very nice package which is for sure extremely useful. I really like the pipeline composition style and how easy and flexible it is to construct it. The output part is also well made and give a clear understanding of the results. But I still have a few comments about the paper :

More on the API side/documentation :

PS : Is there any reason why you don't give the option to simply drop the missing values?

ppalmes commented 4 years ago

Hi @theogf,

In reply to the paper review: https://github.com/JuliaCon/proceedings-review/issues/51

Thanks for your nice comments and suggestions.

ppalmes commented 4 years ago

@theogf, @christianpeel, @matbesancon: The just released TSML 2.3.9 now has inline documentation for the types and most important functions. It includes inline examples too.