ComputationalAgingLab / ComputAge

A library for full-stack aging clocks design and benchmarking.
Creative Commons Attribution Share Alike 4.0 International
21 stars 2 forks source link

Elastic net model implementation #63

Open woohoos opened 4 months ago

woohoos commented 4 months ago

A lot of predictors that are being implemented, including those that you used in your research (like Horvath and Zhang), are implemented using R glmnet library use text or csv files to store model coefficients and intercept, it would be useful to be able to test such clocks using your package(without turning them into pickle files), especially because when including new model it is not possible to select age transformation method.

shappiron commented 2 days ago

Thank you for this suggestion! We will add it in the next package version.