Skip to content
#

dummyclassfier

Here are 11 public repositories matching this topic...

Tweet Sentiment Classifier using Classic Machine Learning Algorithms. This repository provides my solution for the 2nd Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.

  • Updated Aug 19, 2020
  • Jupyter Notebook

Used different types of machine learning classifiers such as Passive Aggressive, Extra Trees, Dummy Classifier to detect the DDos attack and compared the accuracies of the classifiers to determine the best out of the three.

  • Updated Jul 8, 2020

Clustering and Classification of Members of the European Parliament's Tweets. This repository provides my solution for the 3rd Assignment for the course of Practical Data Science for the MSc in Data Science at Athens University of Economics and Business.

  • Updated Aug 24, 2020
  • Jupyter Notebook

Predicting customer sentiments from feedbacks for amazon. While exploring NLP and its fundamentals, I have executed many data preprocessing techniques. In this repository, I have implemented a bag of words using CountVectorizer class from sklearn. I have trained this vector using the LogisticRegression algorithm which gives approx 93% accuracy. …

  • Updated May 5, 2021
  • Jupyter Notebook

Tweet Sentiment Classification using Multi Layer Perceptrons. This repository provides my solution for the 3rd Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.

  • Updated Aug 19, 2020
  • Jupyter Notebook

This Jupyter Notebook serves as a comprehensive guide to performing support vector machine (LinearSVC) classification and calculating accuracy scores for machine learning tasks. It provides step-by-step instructions and code examples for building, training, and evaluating a LinearSVC classifier

  • Updated Oct 12, 2023
  • Jupyter Notebook

Tweet Sentiment Classifier using Recurrent Neural Networks. This repository provides my solution for the 4th Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.

  • Updated Aug 25, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the dummyclassfier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dummyclassfier topic, visit your repo's landing page and select "manage topics."

Learn more