Commit 6bbb63be authored by Barthelet Thibault's avatar Barthelet Thibault
Browse files

fixed error to RMSE

parent b6c5fc45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@
                                <th class="has-text-right">Actual</th>
                                <th class="has-text-right">Sold</th>
                                <th class="has-text-right">Stockout</th>
                                <th class="has-text-right">Error %</th>
                                <th class="has-text-right">MAPE</th>
                                <th class="has-text-right">Revenue</th>
                                <th class="has-text-right">Profit</th>
                            </tr>
@@ -181,7 +181,7 @@
                                    {{ watch.stockout }}
                                </td>
                                <td class="has-text-right">
                                    <span class="tag {% if watch.error_pct < 10 %}is-success{% elif watch.error_pct < 25 %}is-warning{% else %}is-danger{% endif %}">
                                    <span class="tag {% if watch.error_pct < 6 %}is-success{% elif watch.error_pct < 15 %}is-warning{% else %}is-danger{% endif %}">
                                        {{ watch.error_pct }}%
                                    </span>
                                </td>