/personal-project-archive

project archive

Primary LanguageJupyter NotebookMIT LicenseMIT

Personal project archive

each project has a summary and code

Data analysis

  • detect fraudulent click traffic from mobile app ads, Kaggle project
  • AUC score 0.9676 (1st score : 0.9843)
  • added LightGBM tutorial
  • scrape reviews from Metacritic
  • build a score-based recommendation system
  • build NLP Sentiment prediction system
  • web embedding
  • First data analysis without any models
  • find a way to get more tips
  • added classification model
  • predict customers trip type, Kaggle team project
  • predict estimated trip duration in NY, Kaggle team project
  • only used Statsmodels(OLS)
  • kaggle image classification
  • Randomforest model
  • CNN model added

Programming

  • scrape daily headlines with AWS
  • scrape movie scores from metacritic with Scrapy
  • collect images and use google vision API with selenium