Update utils/pipeline/scaler.py
Browse files- utils/pipeline/scaler.py +2 -0
utils/pipeline/scaler.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
from functools import partial
|
| 2 |
from itertools import chain
|
| 3 |
|
|
|
|
| 1 |
+
#Author: Lart Pang (https://github.com/lartpang)
|
| 2 |
+
|
| 3 |
from functools import partial
|
| 4 |
from itertools import chain
|
| 5 |
|