-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Stammtisch 2019_02_12
Viktor Gal edited this page Feb 13, 2019
·
1 revision
Viktor:
- feature/coreml:
- GLMClassifier/Regressor, SVMRegressor works
- SVMClassifier: problem with the format and how we store SVs
- windows builds:
- fixing shogun-unit-test.exe (dll import problems on azure CI)
Gil:
- adding support for AUTO values (runtime initialization of param):
- lambda to be passed to the AUTO variable that will be initialized during init (see PolyKernel example)
- working on eigen + MKL bug: https://github.com/shogun-toolbox/shogun/pull/4523
Wuwei:
- error in doxygen (@Gil will fix it with macro guards)
- will check into lambda initializer for the WeightedDegreeKernel -> factory string kernels
- factory method GP inference
- adding confidence vector to DenseLabels
- Pipeline: support only Transformers based pipeline * problem is that it then needs Transformer API, but that would mean multi-inheritance of CMachine and CTransformer, that would not be possible to use from java and c#
Leftiris:
- finishing up pull requests
- remove m_gradient_params from SGObject.cpp