DataPuzzles This website is a virtual proof that I'm awesome / Building a Sentiment Analysis Model with Hugging Face Sentiment analysis is a valuable tool for examining the emotional tone and bias in text data. While it is commonly used in marketing and customer service, I’m particularly interested in its application for fake news detection. Fake news often employs sensationalist or emotionally charged language to manipulate readers. By identifying... Wed, 01 May 2024 19:13:30 -0400 /2024-05-01-sentiment-analysis-with-hugging-face/ /2024-05-01-sentiment-analysis-with-hugging-face/ Titanic: What is the Best Way to Fill Missing Values in the Age Column? When working with datasets, handling missing values becomes a important aspect of data preprocessing. As an example I chose the Titanic dataset, famous for its use in machine learning and data science education. Today, we’re exploring how different methods of imputing missing values can affect the distribution of a dataset,... Tue, 23 Jan 2024 18:00:01 -0500 /2024-01-23-missing-values-data-distribution/ /2024-01-23-missing-values-data-distribution/