You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reducing boilerplate: You don't have to pass the list of subcomponents in self.register_components()
anymore: it will infer them automatically from self.__dict__.
Improvements
Reducing boilerplate: ExplainerComponents now automatically stores all parameters to attributes
ExplainerComponents now automatically stores all parameters to a ._stored_params dict
ExplainerDashboard.to_yaml() now support instantiated tabs and stores parameters to yaml
ExplainerDashboard.to_yaml() now stores the import requirements of subcomponents
ExplainerDashboard.from_config() now instantiates tabs with stored parameters
ExplainerDashboard.from_config() now imports classes of subcomponents