photon-ml
photon-ml copied to clipboard
GLMSuite needs a refactoring to limit the tasks it tries to do
Different tasks GLMSuite is trying to do should be put into separate places. This class currently takes on too much responsibility.
One more thing I noted from #74 is that, currently the feature size and the data size empty checks are coupled together in GLMSuite
.
May be we should consider to decouple them during the refactoring.
GLMSuite
is slated for removal - will close this issue after it's gone.