Portfolio of data science and data analyst projects completed by me for academic, self learning, and hobby purposes.
Data Analytics Portfolio
This repository is containing portfolio of data science and data analyst projects completed by me (and sometimes with my team) for academic, self learning, and hobby purposes. Presented in the form of iPython Notebooks.Contents
- Data Analysis and Visualization [Kaggle.com]
This dataset includes 721 Pokemon, including their number, name, first and second type, and basic stats: HP, Attack, Defense, Special Attack, Special Defense, and Speed. It has been of great use when teaching statistics to kids. * [Ramen Ratings EDA \[ENG\]](https://github.com/Iqrar99/data-science-portfolio/blob/master/ramen-ratings-eda.ipynb)
Each record in the dataset is a single ramen product review. Review numbers are contiguous: more recently reviewed ramen varieties have higher numbers. Brand, Variety (the product name), Country, and Style (Cup? Bowl? Tray?) are pretty self-explanatory. Stars indicate the ramen quality, as assessed by the reviewer, on a 5-point scale. * [Lokasi Mudik Karyawan \[IDN\]](https://github.com/Iqrar99/data-science-portfolio/blob/master/Lokasi%20Mudik%20Karyawan.ipynb) This notebook was for participating in Data Science Academy Compfest 2019 selection. Thank you my teammates (Rony Agus Vian and Fransiscus Emmanuel Bunaren) for completing this notebook. * [Student Performance in Exams \[ENG\]](https://github.com/Iqrar99/data-science-portfolio/blob/master/student-performance-in-exams.ipynb)
This data set consists of the marks secured by the students in various subjects. The inspirations are to understand the influence of the parents background, test preparation etc on students performance. Acknowledgements.
- Data Mining
Thank you my teammates (Kevin Asyraf and Samuel Anderssen) for the contributions.
- Machine Learning
Based on the entity characteristics, we should classify them. Some ensemble models used to predict the dataset and combined them using Voting Classifier.
* Doing Sentiment Analysis for Disneyland Reviews data and predicting the rating using Convolutional Neural Network The dataset includes information related to reviews addressed by the customers and the venue rating.