powered by
Develop a Logistic Regression Model with all of the combined k-fold CV subsets
genLogisticRegMdl(x.train, y.train, x.test, y.test)
Input the X training set
Input the Y training set
Input the X test set
Input the Y test set