Tableau Report Generator: It's Quicker to Examine Fields This Way. 22 Mar 2025 in Blog A web application to parse Tableau Workbook to quickly scan for the formulation of calculated fields. Streamlit: Demo App | Code: Github
Personal Knowledge Vault: Archive Your Experience and Access Everywhere 10 Jun 2024 in Blog Introduce a homebrew web application to document your experience and publicly accessed via streamlit community cloud. Streamlit: Demo App | Code: Github
An Ordinal Classification Metric: Closeness Evaluation Measure 17 May 2024 in Blog Introduce an evaluation metric for the ordinal classification task. Streamlit: Demo App | Code: Github | CEM Paper: ACL
The overview and nitty-gritty bit of Tableau 03 Feb 2024 in Blog A beginner guide to familiarize with the fundamental concepts and development workflow of Tableau.
Fourier Transform 02 Jul 2023 in Blog Fourier Transform is a novel method that is widely used in signal processing. This post to explain the intuition behind its mathematical operations and idea to apply it in machine learning. Code: Github