-
Notifications
You must be signed in to change notification settings - Fork 28
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
Is matrix augmentation supported #35
Comments
@aminsagar Thanks for the question! I'm not 100% familiar with the row- and column-wise data augmentation in the MCR-ALS package.
Thanks! |
@aminsagar Great description. I can see possible ways to implement it -- let me check into that. I'll see what I can do to make that happen. Do you have the same constraints on your augmented matrices (e.g., sum-to-one, or non-negativity)? |
Thanks. It would be awesome if this could be implemented. Again, thanks a lot. |
Sorry it's going to take a bit to implement this: just busy with work. If you have any coding expertise and want to take a crack at it, feel free -- always looking for collaborators. Thanks again for bringing this to my attention: I wasn't aware of this "data augmentation" capabilities. |
@CCampJr |
@CCampJr |
Is there any follow-up/new information on this issue? |
@HaasCP I haven't heard anything. Are you, too, interested in this? |
@CCampJr |
@HaasCP Gotcha. This package is a lot more flexible (matrix augmentation withstanding) than the MATLAB one because one can choose any algorithm for regression and constraints are easy to implement. That being said if the MATLAB one can do what you want then it's a very solid choice. Admittedly, I've been too busy to take a crack at coding data augmentation, but I hope to get to it soon. |
@HaasCP @CCampJr What I have works quite well for my problem but is not general at all. |
Hello.
Is matrix augmentation supported like in MATLAB MCR-ALS? If not, is there a straightforward way to extend the code to allow row and column augmented matrices?
Thanks.
Amin.
The text was updated successfully, but these errors were encountered: