Simon Kern

Results 59 issues of Simon Kern

I think it might be nice to have the total CPU and RAM usage being displayed in the header. Do you think that's something to include?

I really like the idea of whoogle, however, my attempts of running it so far are unusably slow. I tried running it via `pipx` or regular pip install, and each...

question

I want to extract coefficients of a GLM, then alter them, and set them again as the weight matrix. However, `weights` is readonly. ``` data_x = np.random.rand(512, 300) data_y =...

In benchmarks I often see that the best trade-off between overhead and performance is reached when using `n_jobs==physical_n_cores`, which is most often `1/2 * cpu_count()`, for cores that can run...

I've implemented #70 The currently loaded file is now displayed in the title. Additionally, the loaded hypnoram will be displayed if one is selected

enhancement

Is there a reason why FIF files are not included yet in the data loading options? I have a 306-channel-MEG recording, do you think it would be able to load...

sleep

If I have several Sleep GUIs open, I sometimes get confused which one is which. Would it be an idea to display the currently opened file in e.g. the window...

I saw that the `predict` or `integrity_score` is running quite slow. 1. I've added functionality to let it run with `threading`, making it much faster. It adds a dependency on...

I have created a `RandomForestclassifier` in Python using `sklearn`. Now I convert the code to C using `sklearn-porter`. In around 10-20% of the cases the prediction of the transpiled code...

As a new user it takes a while to memorize all the amazing features and shortcuts of sioyek. Going back to the tutorial PDF every time is not very efficient....