shogun
shogun copied to clipboard
Shōgun
Implicit conversions as discussed in #5045. Would have to add all the primitive types, and probably come up with some better abstraction. This does the same as the Any::CastingRegistry, but...
Like the [PowerTransformer](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html) in Scikit-learn or [boxcox](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.boxcox.html) and [yeojohnson](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.yeojohnson.html) in scipy.stats.
@lisitsyn @karlnapf paper at ICRL 2015: http://arxiv.org/abs/1412.6623
The example should be should be under "base_api/serialization" or similar Related to #3555, and #4463 see e.g. the unit tests on how to save/load: https://github.com/shogun-toolbox/shogun/blob/develop/tests/unit/base/trained_model_serialization_test.cc Use the "new" API (see...
#3000 is the full thing, example and cookbook page This task is simple copy paste: Just take any of the existing python examples `examples/uncodcumented/python_modular` and create a meta example that...
We are in the process of dropping `Math.h` and one of the more commonly used operation there is `fequals`, which checks if the difference between two values is less than...
Throughout shogun we have various constructors with lots of repetitions, e.g. calls to `register_params`. We could avoid using `register_params` by using [delegating constructors](https://docs.microsoft.com/en-us/cpp/cpp/delegating-constructors?view=vs-2019) and then only have a single constructor...
I build shogun master on Windows 10 x64, VisualStudio 2019. I built the sample classifier_minimal_svm, it works but I get this error exiting the application Critical error detected c0000374 classifier_minimal_svm.exe...