feature-engineer

Results 11 issues of feature-engineer

bincount would only work for real weights, and not complex ones. ### Reproducing code example: ```python import numpy as np np.bincount(np.arange(3), weights=1j * np.arange(3)) ``` ### Error message: Traceback (most...

01 - Enhancement
component: numpy._core