pimkl.factories package¶
Submodules¶
pimkl.factories.estimator_factory module¶
pimkl.factories.induction_factory module¶
pimkl.factories.mkl_factory module¶
- class pimkl.factories.mkl_factory.WeightedAverageMKL(*args: Any, **kwargs: Any)[source]¶
Bases:
pymimkl.AverageMKLsmall wrapping of AverageMKL where the additional cunstructor parameter kernels_weights is used to predict a final kernel rather than the average.
The applied weights are corrected to sum up to one.