Results 7 issues of tswsxk

## Description (A clear and concise description of what the feature is.) - If the proposal is about an algorithm or a model, provide mock examples if possible. In addition,...

## Description These datasets of the competitions are worth exploring: * https://www.kaggle.com/c/riiid-test-answer-prediction * https://www.kaggle.com/c/data-science-bowl-2019 ## References - list reference and related literature - list known implementations

When using shapash along with the following codes: ```python xpl = SmartExplainer( model=model, ) xpl.compile( x=test_df, ... ) ``` it will call the init_app in SmartApp class where the following...

# Description Fixes #554 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...