NaturalNode / apparatus

MIT License
128 stars 24 forks source link

multiple logistic regression with floating explanatory variables? #15

Open tommedema opened 6 years ago

tommedema commented 6 years ago

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?

tommedema commented 6 years ago

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