compneurobilbao / ageml

AgeML is a Python package for Age Modelling with Machine Learning made easy.
Apache License 2.0
3 stars 1 forks source link

Modelling Improvement #30

Open JGarciaCondado opened 4 months ago

JGarciaCondado commented 4 months ago

An initial effort has been done to include many models for the modelling and classification task. However, there are several small improvements that could greatly benefit the package.

Hyperparameters:

Models:

Interpretability:

Classification:

JGarciaCondado commented 1 month ago

Consider exploring hyperopt-sklearn for hyperparameter optimization. It can offer more robust solutions for tuning your machine-learning models.