NaturalNode/apparatus

multiple logistic regression with floating explanatory variables?

tommedema opened this issue · 1 comments

In your specs I noticed that all sample cases use binary input values to train the model.

I'm looking for a typical logistic regression where only the dependent variable is binary, either 1 or 0, but the explanatory variables can be any number.

Also, I am using multiple variables as explanatory variables.

Is this library right for me or am I looking for a different use case?

Also interested in knowing if the learning rate, amount of iterations etc. are supposed to be fixed as they currently seem to be?