Open kerrd89 opened 1 year ago
Hello! I'm sorry for filing an issue for something which is not an issue, but I am looking to understand if this library is open to PRs.
Specifically, I am interested in adding a multifactor regression analysis to this module. Inputs would look something like this:
factors = [[1,2,3,4], [7,8,9,10]] or [[1,7], [2,8], [3,9], [4,10]] results = [21,22,23,24]
There is a similar library scholar which allows for multiple regression analysis but is an apache license and uses Nx under the hood. I prefer the straightforward approach in this library and would be willing to contribute to meet my needs.
yes, you create PR with something additional
Hello! I'm sorry for filing an issue for something which is not an issue, but I am looking to understand if this library is open to PRs.
Specifically, I am interested in adding a multifactor regression analysis to this module. Inputs would look something like this:
There is a similar library scholar which allows for multiple regression analysis but is an apache license and uses Nx under the hood. I prefer the straightforward approach in this library and would be willing to contribute to meet my needs.