Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kalman Filter Optimizer #355

Closed
wants to merge 3 commits into from
Closed

Kalman Filter Optimizer #355

wants to merge 3 commits into from

Conversation

Leo-VK
Copy link
Contributor

@Leo-VK Leo-VK commented Sep 22, 2020

This is what I implemented so far concerning the kalman filter with the least squares loss. Note that I did not externalize the hessian calculation to the losses.py module yet, since the we do not need to assemble the hessian directly if the shermann-morrison formula is used.
Things that still need consideration are:

  • Efficient implementation for general losses
  • Neat integration/consistent signature for _update_after_pred

@Leo-VK Leo-VK changed the title Kalman Filter Optimizer Draft: Kalman Filter Optimizer Sep 22, 2020
@Leo-VK Leo-VK changed the title Draft: Kalman Filter Optimizer Kalman Filter Optimizer Sep 26, 2020
@MaxHalford MaxHalford closed this Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants