Vladimir Malkhanov

Results 6 comments of Vladimir Malkhanov

Ok, I found a possible bottleneck which could be the **predictModel = deepcopy(self)** line within **predict** method ( pydlm/dlm.py ). It seems to me this is far from optimal in...

Thank you for clear and helpful explanation. I try to use pydlm for "online" predictions (add data, predict 1step ahead , add data,predict 1step ahead, etc). As deepcopy re-copies continuously...

> **I would help** I would like to contribute but i don't know what else could be the problem to this instead of the only change made to the code...

New update investigation. Found out (I may be wrong in details, but the general picture is clear) that there was split refactoring (Carousel.tsx -> index.tsx,animation.ts,...) after 3.2.15, where infiniteloop already...

I have a similar task. I want to multiply the input dataset by a constant **using transformations**. As I understand, there is no built-in **map** transformation (only sort and filter)....

> Can you check this portable build? https://ci.appveyor.com/api/buildjobs/s0m7wr218xfsnrai/artifacts/SynfigStudio-1.5.2-testing-2023-11-27-win64-5c3e9.zip I confirm that the SVG import is functioning - thx! (but unfortunately, the import of SVG sequences is not working, though this...