Skip to content
Snippets Groups Projects
Commit 059cdaaf authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

corrected Packages.py

parent 2660dec4
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ import random
import datetime
import numpy as np
import pandas as pd
from os import listdir
from os.path import isfile, join
# from os import listdir
# from os.path import isfile, join
from sklearn.preprocessing import StandardScaler, MinMaxScaler, LabelEncoder
import time
from scipy.stats import skew, kurtosis
......@@ -38,7 +38,7 @@ from sklearn.compose import TransformedTargetRegressor
from sklearn.metrics import mean_absolute_error, mean_squared_error, mean_absolute_percentage_error, r2_score
from sklearn.cross_decomposition import PLSRegression
## Images and plots
## Images and plots
from PIL import Image
import plotly.express as px
import plotly.graph_objects as go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment