Skip to content

Releases: JacobSeedorff21/BranchGLM

Version 2.0.0

31 Oct 20:34
Compare
Choose a tag to compare

The VariableSelection function can now find the best k models according to the desired metric. Additional functions were added to help work with and visualize the results from VariableSelection when finding multiple best models.

Version 1.3.2

04 Oct 00:34
Compare
Choose a tag to compare
Version 1.3.2 Pre-release
Pre-release

Slightly speeding up variable selection with branch and bound methods. Also fixing bug when using gamma regression when performing variable selection.

Version 1.3.1

28 Aug 13:23
Compare
Choose a tag to compare

The VariableSelection function should now properly handle interaction terms

Version 1.3.0

09 Aug 03:38
Compare
Choose a tag to compare

Introducing 2 new branch and bound methods which can sometimes be much faster than the original branch and bound method.

Version 1.2.0

23 Jul 03:22
Compare
Choose a tag to compare

Adding BranchGLM.fit and fixing bugs.

Version 1.1.3

29 Jun 23:09
Compare
Choose a tag to compare

Fixing number of observations reported by VariableSelection function in the presence of missing values.

Version 1.1.2

21 Jun 02:25
Compare
Choose a tag to compare

Fitting process for large models has been speed up and some small bugs have been fixed.

Version 1.1.1

08 Jun 17:42
Compare
Choose a tag to compare

Fixed some bugs