-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
- features/burst.py/compute_monotonicity : might be able to change
monotonicity = np.ones(cycles) * np.nanso that the np.ones is not being initialized just to be replaced by nans - features/burst.py/compute_monotonicity : can convert dataframe to dictionary temporarily to loop through rows. df.iterrows() seems to be slowest possible option (which is what the code currently does) see this page-- https://towardsdatascience.com/heres-the-most-efficient-way-to-iterate-through-your-pandas-dataframe-4dad88ac92ee
Metadata
Metadata
Assignees
Labels
No labels