Yuta Kanzawa, Data Scientist

Hello! I’m a data scientist based in Tokyo working on applied machine learning, business intelligence and data visualisation. Always under construction.

'); // onClick function for all plots (img's) $('img:not(.zoomImg)').click(function() { $('.zoomImg').attr('src', $(this).attr('src')).css({width: '100%'}); $('.zoomDiv').css({opacity: '1', width: 'auto', border: '1px solid white', borderRadius: '5px', position: 'fixed', top: '55%', left: '50%', marginRight: '-50%', transform: 'translate(-50%, -50%)', boxShadow: '0px 0px 50px #888888', zIndex: '50', overflow: 'auto', maxHeight: '90%'}); }); // onClick function for zoomImg $('img.zoomImg').click(function() { $('.zoomDiv').css({opacity: '0', width: '0%'}); }); });

Data Visualisations

Data Analyses

OSS

Talks

R

Python

Misc

Archive

To be updated.

Book

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.