Viktor Gal
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...
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...
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...
should we add CKernelNormalizer to the base interface?
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
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)
https://github.com/shogun-toolbox/shogun/blob/40f40f08b31b6cc73851201a4e1adf0ae7c39698/src/shogun/statistical_testing/internals/mmd/CrossValidationMMD.h#L198-L206