kkondo1981 / aglm

A handy tool for actuarial modeling, which is designed to achieve both accuracy and accountability.
GNU General Public License v2.0
16 stars 5 forks source link

More fixes #45

Closed kkondo1981 closed 4 years ago

kkondo1981 commented 4 years ago

2 fixes.

  1. Modify not to specify default values of backend (glmnet functions) in aglm functions.
  2. Update auto-generated documents.
kkondo1981 commented 4 years ago

Modify tests/test_aglm.R's test case of comparing prediction power of cv and cva, because the old case's data is only 2-dimensional and there is no sparse relationship between x and y, which seems to make improvements by tuning alpha parameter little.