Skip to content

MIP-626 Logistic regression with cross-validation

Kostas FILIPPOPOLITIS requested to merge dev/MIP-626/logistic-cv into master

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 case n_splits < n_obs by raising a BadUserInput error
  • Smaller fixes

Merge request reports