After the refactoring of model cards, some add_* methods got a description keyword to preserve feature parity with the previous implementation. Not all methods got this keyword, but it would be good to add it to all those methods. The reason is that it allows to get a result that is otherwise not easy to achieve and it is more consistent.
See also discussion here.
After the refactoring of model cards, some
add_*methods got adescriptionkeyword to preserve feature parity with the previous implementation. Not all methods got this keyword, but it would be good to add it to all those methods. The reason is that it allows to get a result that is otherwise not easy to achieve and it is more consistent.See also discussion here.