Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0f6ab7c4 authored by Simon Labarthe's avatar Simon Labarthe
Browse files

debug self flux learn

parent ba1e227d
Branches
No related tags found
No related merge requests found
Pipeline #1090408 passed with warnings
......@@ -196,9 +196,9 @@ class Metamodel(object):
else:
self.Flux_ID_in_Y = np.arange(self.Flux_learn.shape[1])
self.compound_name = list(self.Flux_learn.columns)
self.Flux_learn = self.Flux_learn.values[:n_obs]
self.Clipping = MinMaxScaler()
self.Clipping.fit(self.Flux_learn)
self.Flux_learn = self.Flux_learn.values[:n_obs]
self.Scaler_fluxes_flag = Y_Scaling
if Y_Scaling == "MinMax":
self.Scaler_fluxes = MinMaxScaler()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment