Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change regression class method, predict() to add @numba.njit() for …
…speed. - Use einsum to do regression instead of looping. - These changes make the regression converge, but I don't know how good the gain parameters are yet, just that they are moving towards a minimum; hopefully not a local one. Checks later.
- Loading branch information