-
Notifications
You must be signed in to change notification settings - Fork 51
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
Implement Kalman Filter #17
Comments
Hey @mandar2812 , I come across Mozilla Science Lab and found your project interesting. I would like to contribute to this project, Please let me know do i need to implement linear kalman filter or something else? Cheers, |
Hi @amitkumarj441 , Good to see your interest in contributing to development, implementing Kalman filter in python would create some problems in integrating it into the Scala shell environment. If you like, you can work on creating a python port of DynaML using Py4j, this can be a sub-project in itself. If you have used pyspark, this will be something of that sort. I have created a new issue for this purpose: #21. Regards, |
Hi @mandar2812 , I know basics of Scala and can try to code in Scala, but before that i have to use breeze numerical computing library for 1st order DLM so please let me know where i can initiate a PR or do i need to create a folder, if yes, then where?? Please let me know about this! Thank you |
Sounds great!, I will assign this ticket to you. Take your time to get comfortable with scala if you feel like, or you can pick it up as you go. Also please join the gitter channel. After you sign in using your github account, we can chat in the DynaML chat room and also in private to discuss how you can implement Kalman filter using breeze vectors and DynaML models API. I will keep you posted soon on the details you need to know about the API on gitter. Looking forward to working with you! Regards, |
@amitkumarj441 : you can start by forking the repo on your github, and later after we finish the implementation I can merge your PR. |
Hi @mandar2812 , Now Kalman filter implementation is completed. Cheers, |
So a status report on where this stands ...
|
References
The text was updated successfully, but these errors were encountered: