Skip to content

Commit 53544e0

Browse files
committed
Done writing readme.
0 parents  commit 53544e0

14 files changed

+456134
-0
lines changed

Disney-Land-Reviews.ipynb

+1
Large diffs are not rendered by default.

Hotel Bookings.ipynb

+3,155
Large diffs are not rendered by default.

Pokémon Stats EDA.ipynb

+3,386
Large diffs are not rendered by default.

README .md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Data Analytics Portfolio
2+
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.
3+
Presented in the form of iPython Notebooks.
4+
5+
## Contents
6+
- Data Analysis and Visualization [[Kaggle.com](https://www.kaggle.com/)]
7+
* [Pokémon Stats EDA \[ENG\]]()
8+
<!-- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Iqrar99/data-science-portfolio/blob/master/Pok%C3%A9mon%20Stats%20EDA.ipynb) -->
9+
10+
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.
11+
* [Ramen Ratings EDA \[ENG\]]()
12+
<!-- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Iqrar99/data-science-portfolio/blob/master/ramen-ratings-eda.ipynb) -->
13+
14+
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.
15+
<br>
16+
17+
* [Student Performance in Exams \[ENG\]]()
18+
19+
20+
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.
21+
- Data Mining
22+
* [Predicting Cancellation of Hotel Bookings \[IDN\]]()
23+
24+
In this data, there are 2 hotel types. One of the hotels (H1) is a resort hotel and the other is a city hotel (H2). Both datasets share the same structure, with 31 variables describing the 40,060 observations of H1 and 79,330 observations of H2. Each observation represents a hotel booking. The tasks are to predict booking cancellations and analyze all factors that cause the cancellations.
25+
- Machine Learning
26+
* [Classify the Ghouls, Goblins, and Ghosts using Voting Classifier \[ENG\]]()
27+
28+
29+
Based on the entity characteristics, we should classify them. Some ensemble models used to predict the dataset and combined them using Voting Classifier.
30+
31+
* [Doing Sentiment Analysis for Disneyland Reviews data and predicting the rating using Convolutional Neural Network]()
32+
<!-- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Iqrar99/data-science-portfolio/blob/master/Disney-Land-Reviews.ipynb) -->
33+
34+
The dataset includes information related to reviews addressed by the customers and the venue rating.
35+

datasets/GEMASTIK 2020 Penyisihan/wind_station.csv

+44,960
Large diffs are not rendered by default.

datasets/GEMASTIK 2020 Penyisihan/wind_turbine.csv

+50,531
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)