MIP-626 Logistic regression with cross-validation
Created by: jassak
- Remove
node_id
column from UDF result tables - Logistic regression with cross-validation implementation and tests (closes 626)
-
KFold
class now handles casen_splits < n_obs
by raising aBadUserInput
error - Smaller fixes