Enhancements
- Performance enhancement. It is now possible to disable some heavy resource operations and achieve better performances (see also #76):
- Correlation checking by turning
check_correlationtoFalse(#43) - Recoded checking by turning
check_recodedtoFalse.
- Correlation checking by turning
- Possibility to install using conda
- Implementation of a new Boolean variable type (#25)
- Add new badges for zeros and highly skewed (#63)
- Code refactoring (internal improvement) to split on main modules in 4 modules (#65)
- Improve types handling
- types like
list,tupleanddictare now officially unsupported until we improve them - mixed columns are also correctly handled
- New Binary variable type supporting native
booleantype and also binary numeric values (#77)
- types like
- Warnings column names have link to corresponding detail in variables section in order to ease the navigation (#66)
- Spearman and Pearson Correlation matrix diagrams added in the report (#83)