Pre Commit Fixes

This commit is contained in:
Andreas
2024-10-05 09:20:22 +02:00
committed by Andreas
parent b49321ddb4
commit 6ab8a67773
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import numpy as np
import pandas as pd
from sklearn.metrics import mean_squared_error, r2_score
class LoadPredictionAdjuster:
def __init__(self, measured_data, predicted_data, load_forecast):
self.measured_data = measured_data