Skip to content
Snippets Groups Projects
Commit baefddcb authored by enrgarc's avatar enrgarc
Browse files

Max 1 week prediction

parent 0c1dd474
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,11 @@
<div class="integrateContainer" *ngIf="model.algorithm == 'LSTM'">
<div class="filter-area">
<label>Tamaño de ventana</label>
<input type="range" id="points" [(ngModel)]="algotithmsParams[model.algorithm].window_size" [value]="algotithmsParams[model.algorithm].window_size" min="1" max="62">{{ algotithmsParams[model.algorithm].window_size }}
<input type="range" id="points" [(ngModel)]="algotithmsParams[model.algorithm].window_size" [value]="algotithmsParams[model.algorithm].window_size" min="1" max="168">{{ algotithmsParams[model.algorithm].window_size }}
</div>
<div class="filter-area">
<label>Nº predicciones a futuro</label>
<input type="range" id="points" [(ngModel)]="algotithmsParams[model.algorithm].steps_predict" [value]="algotithmsParams[model.algorithm].steps_predict" min="1" max="62">{{ algotithmsParams[model.algorithm].steps_predict }}
<input type="range" id="points" [(ngModel)]="algotithmsParams[model.algorithm].steps_predict" [value]="algotithmsParams[model.algorithm].steps_predict" min="1" max="168">{{ algotithmsParams[model.algorithm].steps_predict }}
</div>
<div class="filter-area">
<label>Rango de fechas conjunto de entrenamiento</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment