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?
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
or0
, 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?