Ian Eaves

Results 58 comments of Ian Eaves

- Include big_O in performance testing results - extend performance testing to relations - extend coverage for test suite

Hey Majid, great observation. Although it’s not exactly what you’re looking for we have a performance enhancement implementation leveraging this fact under ‘visions.type sets.typeset’ called ‘traverse_graph_with_sampled_series’ that you can invoke...

I should add, If you were interested in making a PR for this use case it would be more than welcome. A basic implementation would look something like this: ```python...

Hey @fkiraly - thanks for reaching out! I haven't had a chance to fully grok everything sktime is doing but I might be able to provide a few thoughts based...

Hey @lmmentel, I'm so glad! If you're thinking about using `visions` there are a couple of examples of building typeset up from scratch available [here](https://github.com/dylan-profiler/visions/tree/develop/examples). I've also written a blog...

> point 2 I think is not correct based on what you say? No, you're right, it definitely does. There's no intrinsic difference between machine and scitypes within visions. They...

> The register logic basically parallels the convert_dict registration which is somewhat more manual. I'd assume it's the same logic. Yes, it's really just semantic sugar to make development easier,...

This isn't particularly elegant but for people using mypy who don't want to use a `root_validator` or fake an `Optional` annotation you can subclass your response type to create a...

Any chance you have some time to look at this @NiklasRosenstein ?

No worries! Thanks for writing this package!