Skip to content

⛏️ Notebooks for data analysis, classification & clustering

Notifications You must be signed in to change notification settings

dimitrskpl/Data-Mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

⛏️ Data Mining

Sentiment Analysis on COVID-19 Vaccines 💉

In this notebook, we perform sentiment analysis on tweets talking about COVID-19 vaccines. We experiment with several data preprocessing techniques, such as Bag of Words, TF-IDF, GloVe and Word2Vec, and plot our results on them. In addition, we classify the tweets into three classes (Neutral, Positive, Negative) using various classifiers such as, Support Vector Machines (SVM), Random Forests and K-Nearest Neighbors (KNN). We provide a detailed comparison for each method we experimented with. We also try to beat the scores of our previous classifiers in the "Beat the benchmark” section. Finally, using Latent Dirichlet Allocation (LDA) we categorize our data and generate some topics from it.

Open in Colab

NYC Taxi Trip Duration Prediction 🚕

In this notebook, we analyze data from taxi rides in the greater New York City area. We perform clustering with K-Means and regression with Random Forests Regressor to predict taxi trip duration. We also create a map of New York City with the pickup and drop-off points of the trips and perform some further data analysis focusing on traffic times.

Open in Colab

Authors

*Equal contribution.

About

⛏️ Notebooks for data analysis, classification & clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%