PinnedAlabhya Dahal·Dec 3, 2025Sentiment Analysis in 3 steps: Using quickSentiment in RNote: This package is now in CRAN. There have been some updates since this post, and the function has seen a makeover. Please review the…
PinnedAlabhya Dahal·Nov 11, 2025Sentiment Analysis in 3 steps: Using quick_sentiments in PythonThis blog is based on the Python package quick_sentiments that I developed to streamline sentiment analysis. You can view the code here.
Alabhya Dahal·Jan 2Using quick_sentiments to get the best modelThis blog is based on the quick_sentiments package that I developed for Python users who want to perform sentiment analysis without having…
Alabhya Dahal·May 2, 2025Comparing Scikit Learn with Uber’s CausalML libraryCausalML is an open-source Python library developed by Uber for implementing causal inference algorithms using machine learning. It is…
Alabhya Dahal·Apr 28, 2025Using T-Learners in EconomicsIn this blog post, I aim to introduce you to a fascinating concept in prescriptive analytics — T-Learners — which offer a way to integrate…
Alabhya Dahal·Sep 25, 2024Causal Machine Learning — Using ML Models in Social ExperimentsIn the age of AI and machine learning, ML is frequently treated as a one-size-fits-all solution for every problem. While it is undeniably…A response icon1A response icon1
Alabhya Dahal·Aug 6, 2024An Intuition Behind Geometric MeanI invested in a stock that had a 5% return in the first year. I received a better 8% return in the second year and a whopping 20% return in…
Alabhya Dahal·Jul 20, 2024Using Random Forest and Logistic RegressionIn this project, I will use two machine learning models, Random Forest and Logistic Regression, to predict heart disease. This is a simple…
Alabhya Dahal·Jul 15, 2024Using R and Python in Quarto Workbook — RStudioQuarto is a powerful data analytics tool that Posit Inc. built-in RStudio. The main feature of Quarto is that it can seamlessly switch…
Alabhya Dahal·Mar 27, 2024Analyzing Media Bias: A Text Analytics Approach to Distinguishing Liberal and Conservative News…Text analytics has been widely utilized in sentiment analysis, large language models (LLMs), and natural language processing (NLP), but…