elastic / elastic/ml-cpp

[ML] Refactor scaling of input values in CBayesianOptimization

Offen
#1,608 0 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @valeriy42 Auf GitHub ansehen
:ml/DataFrameAnalysis >refactoring
Vorherrschende Sprache
C++
Sterne
157
Forks
67
Ø Merge
17 Std. 52 Min.
Gemergte PRs (30 T.)
20

Beschreibung

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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.