What's Changed
* Feat/new credo data by IanAtCredo in https://github.com/credo-ai/credoai_lens/pull/162
* CredoData has been overhauled. Rather than passing a dataframe, now X, y and/or sensitive features are passed directly
* This change allows non-dataframe X's to be used (arrays or tensors), and brings the experience more in line with other ML flows
* Breaking change! `CredoData` objects will need to be updated
* bugfixes by IanAtCredo in https://github.com/credo-ai/credoai_lens/pull/165
* AttributeInference Attack added to privacy module
**Full Changelog**: https://github.com/credo-ai/credoai_lens/compare/v0.1.7...v0.2.0