pad aanpassing linux
This commit is contained in:
@@ -18,10 +18,11 @@ from email.mime.image import MIMEImage
|
|||||||
plt.switch_backend('Agg')
|
plt.switch_backend('Agg')
|
||||||
|
|
||||||
# --- CONFIGURATIE ---
|
# --- CONFIGURATIE ---
|
||||||
MODEL_FILE = 'price_forecast_model_1.5.linux.json' # Linux-specifiek model
|
PROJECT_MAP = '/volume1/web/energy_price_model_prediction'
|
||||||
|
MODEL_FILE = f'{PROJECT_MAP}/price_forecast_model_1.5.linux.json' # Linux-specifiek model
|
||||||
TARGET = 'gemiddelde_prijs'
|
TARGET = 'gemiddelde_prijs'
|
||||||
AANTAL_UUR_VOORSPELLEN = 72
|
AANTAL_UUR_VOORSPELLEN = 72
|
||||||
GRAFIEK_BESTAND = 'prijs_voorspelling_linux.png' # Linux-specifiek bestand
|
GRAFIEK_BESTAND = f'{PROJECT_MAP}/prijs_voorspelling_graph.png' # Linux-specifiek bestand
|
||||||
|
|
||||||
# --- NIEUW: E-mail Configuratie ---
|
# --- NIEUW: E-mail Configuratie ---
|
||||||
# (Overgenomen uit je Windows-voorbeeld)
|
# (Overgenomen uit je Windows-voorbeeld)
|
||||||
|
|||||||
Reference in New Issue
Block a user