Viktor Gal

Results 33 issues of Viktor Gal

It's never a good idea to call IO in a UI thread as anything can go wrong, see for example [this bug](https://bugs.launchpad.net/mixxx/+bug/1488046). some other details of this patch: - since...

library

currently we have our own script to convert c++ doxygen comment to SWIG target language documentation. Since SWIG 4.0 there's a `-doxygen` option that essentially does the same. for details...

Tag: Cleanup
Tag: Documentation
Tag: SWIG

there are several code snippets at https://www.shogun.ml/examples/latest/index.html and it would be great that if a codesnippet is selected it would be automagically copied to the user's clipboard. this is basically...

good first issue
Tag: Website

should we add CKernelNormalizer to the base interface?

good first issue

it might be that the swig generated wrapper is not working with python 3.8, see https://github.com/conda-forge/shogun-feedstock/pull/23

Tag: SWIG

fix #4783

Type: Bug

Tag: Cleanup
Tag: Memory Problems

do not merge as needs to be tested with cmake that actually supports `target_precompile_headers` command (3.16 or later, which as of this point has not been released yet)

Tag: cmake

Tag: Cleanup

https://github.com/shogun-toolbox/shogun/blob/40f40f08b31b6cc73851201a4e1adf0ae7c39698/src/shogun/statistical_testing/internals/mmd/CrossValidationMMD.h#L198-L206

Type: Bug