[ML] Refactor scaling of input values in CBayesianOptimization
Aperta
:ml/DataFrameAnalysis
>refactoring
- Lingua principale
- C++
- Stelle
- 157
- Fork
- 67
- Merge medio
- 17h 52m
- PR unite (30g)
- 20
Descrizione
At the moment we are normalizing the input values by 1/(max-min) whenn adding them to the GP. We do it to improve the numerical stability of the kernel matrix. However, it leads to an logically inconsistent state, where the stored values can be outside of the min/max boundaries.
We should investigate if we can move the normalization coefficient into the theta1 kernelParameters to avoid potential errors.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.