vanderschaarlab / autoprognosis

A system for automating the design of predictive modeling pipelines tailored for clinical prognosis.
https://www.autoprognosis.vanderschaar-lab.com/
Apache License 2.0
114 stars 26 forks source link

Documentation/tutorial for regression #26

Closed liutiming closed 1 year ago

liutiming commented 1 year ago

Hi Bogdan, congrats on this fantastic tool!

As it is early stage, I am not very sure how to implement regression with AutoPrognosis. For example, there is no RegressionStudy analogous to ClassifierStudy.

Would you like to explain a bit more on this? :)

bcebere commented 1 year ago

Hello,

Thank you for the feedback!

Regression support isn't included in the current version, but it can be added in the future.

bcebere commented 1 year ago

Added support and tutorials in https://github.com/vanderschaarlab/autoprognosis/pull/28