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
95 stars 26 forks source link

How to interpret the results of the hyperparameters search #86

Open 11Dmitriy11 opened 7 months ago

11Dmitriy11 commented 7 months ago

Hello! Could you please clarify how can I interpret the results of hyperparameters search (model.p). Is it a pipeline of some methods (concatenated with '->') that will be implemented to data at fitting stage. I see several models in that scheme. Is it an ensemble of models or pipeline of models, where predicted values from one model were used to train the next model.