sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.03k stars 204 forks source link

Feat/target feat analysis #889

Open devinllu opened 2 years ago

devinllu commented 2 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Added target feature analysis referenced from sweetviz. Given user input of a numerical target column name, the function will show a visual comparison against all other columns.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Manual tests on Jupyter notebook.

Snapshots:

Include snapshots for easier review.

Screen Shot 2022-04-21 at 4 44 03 PM

Checklist: