We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d339e2c commit 3ef6aa7Copy full SHA for 3ef6aa7
tools/val.py
@@ -129,7 +129,6 @@ def main(args):
129
130
if dataset.get('scale', False):
131
scaler_cols = info_params['target_cols']
132
- scaler.fit(df[scaler_cols])
133
df[scaler_cols] = scaler.transform(df[scaler_cols])
134
ts_val = TSDataset.load_from_dataframe(df, **info_params)
135
elif cfg.task == 'anomaly':
0 commit comments