You are browsing as a guest. Sign up (or log in) to start making projects!

9h 13m 36s logged

Noticed a lot of things broke after the recent foundation change from 3 State HMM to 4 State.

Started by profiling the research pipeline with py-spy. Rewrote the feature engineering loop using vectorized NumPy operations and numba.jit for the rolling entropy calculations. Cut preprocessing time from 22min to 6min using better caching routes. Also fixed a silent type coercion bug that was casting ints to floats incorrectly.

0
2

Comments 0

No comments yet. Be the first!