GLM.jl icon indicating copy to clipboard operation
GLM.jl copied to clipboard

Perfectly separable test

Open IanButterworth opened this issue 6 years ago • 2 comments

A WIP candidate for the solution discussed in https://github.com/JuliaStats/GLM.jl/issues/286

TODOs:

  • Needs to automatically disabled for all but Bernoulli and Binomial models, or at least able to be overridden
  • Extraction of Y and Y_pred inside perfectlyseparable() needs to be handled properly
  • Review of method for efficiency

Closes #286.

IanButterworth avatar Mar 07 '19 15:03 IanButterworth

I've added a test for this issue. There may be a better test for proving success with the perfectly separable example dataset.

IanButterworth avatar Jun 11 '19 13:06 IanButterworth

Ok, those sound like good points @andreasnoack. I'm going to bow out and let someone with better understanding of the package implement the suggested method.

IanButterworth avatar Jun 11 '19 22:06 IanButterworth

Stale

IanButterworth avatar Dec 21 '22 01:12 IanButterworth