shogun icon indicating copy to clipboard operation
shogun copied to clipboard

Shōgun

Results 106 shogun issues
Sort by recently updated
recently updated
newest added

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...

Tag: Cleanup

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.

Tag: GSoC
ML: New Algorithms
Tag: Feature Request

@lisitsyn @karlnapf paper at ICRL 2015: http://arxiv.org/abs/1412.6623

good first issue
ML: Deep Learning

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...

good first issue
Tag: Meta Examples

#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...

good first issue
Tag: Meta Examples

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...

good first issue
Tag: Cleanup

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...

good first issue
Tag: Cleanup

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...

Type: Bugfixing
Tag: Cleanup

Tag: Cleanup
Tag: Memory Problems