kortirso / elixir_learn_kit

Elixir library for machine learning
32 stars 4 forks source link

Multifactor regression analysis? #5

Open kerrd89 opened 1 year ago

kerrd89 commented 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.

kortirso commented 1 year ago

yes, you create PR with something additional