Awesome
Nuance
I use Nuance to curate varied visualization thoughts during my data scientist career.
It is not yet a package but a list of small ideas. Welcome to test them out!
Why Nuance?
nuance n.
a subtle difference in meaning or opinion or attitude
How to use?
Please check instructions in the corresponding folder
List of ideas
- simple tree: visualize a sklearn Decision Tree
<img src="https://github.com/SauceCat/Nuance/blob/master/tree/image/simple_tree.gif" />
<br> - sankey tree: visualize a sklearn Decision Tree
<img src="https://github.com/SauceCat/Nuance/blob/master/tree/image/sankey_tree.gif" />
<br> - sankey flow: visualize a sankey flow <table> <tr> <td><img src="https://github.com/SauceCat/Nuance/blob/master/sankey/images/sankey_flow_tab20.PNG" /></td> <td><img src="https://github.com/SauceCat/Nuance/blob/master/sankey/images/sankey_flow_same.PNG" /></td> </tr> <tr> <td><img src="https://github.com/SauceCat/Nuance/blob/master/sankey/images/sankey_flow_val.PNG" /></td> <td><img src="https://github.com/SauceCat/Nuance/blob/master/sankey/images/sankey_flow_col_val.PNG" /></td> </tr> </table> <br>
- feature drift: visualize feature drift
<br> <img src="https://github.com/SauceCat/Nuance/blob/master/feat_drift/images/feat_drift.gif"/>