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

Trouble to import Classifierstudy #30

Closed jbwoillard closed 1 year ago

jbwoillard commented 1 year ago

When I try to reproduce the basic classification example, I have an error message when trying to import Classifierstudy from autoprgnosis: NameError: name 'Stacking' is not defined Import of autoprognosis and list of classifier available is ok Any idea? Many thanks in advance jb

bcebere commented 1 year ago

Thank you for the feedback!

How did you install the package? From source or from PyPI? The Stacking class should be imported from the combo package, which is in the depends.

Could you run this line by hand? pip install git+https://github.com/yzhao062/combo ? Does it work?

jbwoillard commented 1 year ago

Thanks that's work perfectly now