Skip to content

Releases: compneurobilbao/ageml

**AgeML 0.2.0** available, new features include:

24 Sep 10:24
Compare
Choose a tag to compare

New Features

  • Dockerfiles and docker images for the 0.1.0 version and for the github main branch. Described in #36
  • Covariate correction mode support for controls, whole population, or each clinical group separately. Described in #42
  • Toy dataset generation and use capabilities. Described in #32
  • More statistical measures added in clinical_groups pipeline. Described #50
  • Hyperopt model support, where the model & scaler selection and hyperoptimization is handled automatically by ageml. Described in #47
  • A full tutorial and an interactive Colab notebook on how to get started with ageml!

What's Changed

0.0.1

05 Dec 10:42
c02c478
Compare
Choose a tag to compare

Release Notes

First release to present the basic features of AgeML.

Includes:

  • Basic functionality: CLI and interactive CLI with options to run age modelling pipeline, correlation analysis of lifestyle factors, age delta comparison between clinical groups, and classification of clinical groups based on modelled age markers.
  • Repository minimals: README, LICENSE, Contribution Guide,
    AGEML_OHBM

What's Changed

New Contributors

Full Changelog: https://github.com/compneurobilbao/AgeModelling/commits/latest

**AgeML 0.1.0** available, new features include:

17 Apr 15:45
6889ee6
Compare
Choose a tag to compare
  • Added systems functionality
  • Added covariate correction
  • Added more ML models (other than LinearRegressor)
  • Encapsulated pipeline commands in separate functions
  • Major refactor of ui.py for better encapsulation, readability, and modularity.

What's Changed

Full Changelog: latest...0.1.0