mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-12-13 15:26:17 +00:00
Manual edits to remove remaining code style errors
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
@@ -16,12 +13,6 @@ from sklearn.metrics import mean_squared_error, r2_score
|
||||
# from sklearn.preprocessing import MinMaxScaler
|
||||
# from sqlalchemy import create_engine
|
||||
|
||||
# Add the parent directory to sys.path
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
from config import *
|
||||
|
||||
from modules.class_load import *
|
||||
|
||||
|
||||
class LoadPredictionAdjuster:
|
||||
def __init__(self, measured_data, predicted_data, load_forecast):
|
||||
|
||||
Reference in New Issue
Block a user