add interaction to GLM Mojo
Description
Activity
April 1, 2021:
Karthik is getting close to finishing up the coding to incorporate feature interaction into the GLM mojo. I have come up with the following test cases:
The following families should be included: gaussian, binomial, multinomial.
In case of interactions, I want to propose the following:
3 interaction pairs of enum to enum only;
3 interaction pairs of enum to num only;
3 interaction pairs of num to num only;
3 pairs of enum to enum, 3 pairs of enum to num, 3 pairs of num to num all present
March 15, 2021
Met with Karthik today:
He has been working on MojoLand.
For GLM interaction to Mojo, he finished the glmMojoReader and glmMojoWriter. He will work on mojo scoring next.
Met with Karthik today and he is working on how to incorporate interaction into the data read into mojo
March 11, 2021:
Discussed with karthik. This will be continued after he finishes the GLM compatibility check.
Met with Karthik today. He will start understanding scoring with interaction pairs. Next, he will add interaction to GLM Mojo. This will involves changes in but not limiting to GLMMojoWriter, GLMMojoReader, GLMMojoModelBase and others. Good luck!