We want to add more variants to https://github.com/heidmic/suprb/blob/master/suprb/solution/mixing_model.py
Current mixing is making a model prediction based on all matching classifier's predictions times their inverse errors divided by their experiences (weighted sum).
What we want to test:
- Add a hyperparameter that governs that only x rules can partake in mixing
- Cap the experience factor to some limit
- Combine these two
- Add an option to weigh experience against error with a hyperparameter
We want to add more variants to https://github.com/heidmic/suprb/blob/master/suprb/solution/mixing_model.py
Current mixing is making a model prediction based on all matching classifier's predictions times their inverse errors divided by their experiences (weighted sum).
What we want to test:
y times dimensionalityare equivalent in their weight to rules of experience> z times dimensionality(assuming identical errors)