BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Expose expected_minimum including standard deviation in the frontend #106

Closed rtaaning closed 3 years ago

rtaaning commented 3 years ago

Expose expected_minimum in the frontend

This issue depends on BoostV/process-optimizer-api#10

dk-teknologisk-mon commented 1 year ago

The back-end now supports returning standard deviation with the expected minimum. I would prefer it if we change the way expected minimum is shown, so that the expected score is shown as the range [mean-2*std to mean+2*std] instead of just the mean.