Closed StpMax closed 1 year ago
Apply .astype to part of array is much slower, then to full array. This little change fix it. Depend on count of groups, speedup of model learn in % is about:
.astype
+------+-------+------+ | 50 | 100 | 500 | +------+-------+------+ | 53.8 | 7.77 | 4.88 | +------+-------+------+
Apply
.astype
to part of array is much slower, then to full array. This little change fix it. Depend on count of groups, speedup of model learn in % is about: