Luciano Lorenti

Results 11 issues of Luciano Lorenti

Hello. When I load multiple JLD files, the data is not garbage collected causing memory exhaustion. For instance, the following code keeps rising memory consumption. Is this related to [HDF5.jl...

I added the possibility to change the functions of the SystemController when an exception occurs. In case you want a custom controller when a plug halt the execution you can...

What do you think of using Gtk Builder to build the interface? I have not much experience with Gtk but I'm not a big fan of building GUIs using code....

Hello! I am facing a worldage issue when I try to do something like this: ```julia module A using Requires function __init__() @require SQLite="0aa819cd-b072-5ff4-a722-6bc24af294d9" begin function do_something(d::SQLite.DB) println(d) end end...

Hello. First of all I want to congratulate you on the code. It is really clear and well written. I am writing beacuse I want to implement some blocking input...

Plots should not be a dependency. The use of plots should be managed with Requires.jl

This PR includes some additional transformer, in particular, the class `SplitIntoWindows`. This class splits the window into multiple windows. Unlike using sliding windows, this allows you to transform each window...

Right now we are relying on [sklearn.model_selection.train_test_split](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.model_selection) for splitting the run-to-failure cycles into train and test sets. If the variance in the duration of the cycles is high this may...

help wanted

Does it make sense to add some graphics modules regarding control charts?