microsoft / causica

MIT License
430 stars 56 forks source link

What the active_learning argument means? #58

Closed lmz123321 closed 1 year ago

lmz123321 commented 1 year ago

I notice there is an active_learning argument here.

However, no explanations or algorithm backends are provided.

What this argument means? Which active learning algorithm it calls?

confoundry commented 1 year ago

This is an artifact due to the way that the code was using the same entry point for all models. There is no active learning in Causica and any code relating to it is in the Azua codebase (https://github.com/microsoft/project-azua).