Publications by Selcuk Disci

Comparing the Coronavirus Pandemic (COVID-19) Management for some Developed Countries

03.05.2021

The pandemic continues at full speed in Turkey where I live, because the government doesn’t conduct the process well; the data they provide is so doubtful, and the decisions they made are very inconsistent. So, I wondered about the situation in the other part of the world, especially the developed countries. In order to that, we will compare th...

2925 sym R (2216 sym/5 pcs) 8 img

Simulated Neural Network with Bootstrapping Time Series Data

01.06.2021

In the previous article, we examined the performances of covid-19 management of some developed countries and we found that the UK was slightly better than others. This time we are going to predict the spread of disease for about a month in the UK. The algorithm we will use for this purpose is the neural network. Neural Network Structure The neura...

3540 sym R (2411 sym/2 pcs) 20 img

Feature Importance in Random Forest

01.07.2021

The Turkish president thinks that high interest rates cause inflation, contrary to the traditional economic approach. For this reason, he dismissed two central bank chiefs within a year. And yes, unfortunately, the central bank officials have limited independence doing their job in Turkey contrary to the rest of the world. In order to check that ...

4185 sym R (978 sym/1 pcs) 8 img

Plotly for Data Visualization: The Vaccinations Effect on Covid-19

02.08.2021

One of the most frequently asked questions these days is whether the vaccine works in reducing the number of cases and deaths. In order to examine that we will build a function so that we can run for every country we want without repeating the same code block. The dataset we’re going to use for this article is from Our World in Data. What we wa...

1663 sym R (2861 sym/3 pcs) 4 img

Wildfires Comparison with ggplot2 dual Y-axis and Forecasting with KNN

23.08.2021

In recent days, Turkey has been escalated wildfires. The government and the people were In recent days, Turkey has been escalated wildfires. The government and the people were on the alert and mobilized to put out the fires but, they couldn’t for days. A significant part of people thought that the simultaneous fires had no make sense, and there...

3348 sym R (3741 sym/6 pcs) 12 img

ARIMA Method from {fable}: The Election is Coming for Turkey?

20.09.2021

Nowadays, every journalist and intellectual talks about a probable early election in Turkey’s ongoing poor economic conditions. But, is it politically right decision to go early election before the officially announced 23 June 2023 in terms of ruling parties? In order to answer this question, we have to choose some variables to monitor economic...

4660 sym R (4462 sym/11 pcs) 14 img

Dynamic Regression with ARIMA Errors: The Students on the Streets

26.10.2021

The higher education students have had trouble being housing in Turkey in recent days. There have been people who even sleep on the streets like a homeless. The government has been accused of investing inadequate dormitories for sheltering the students. Let’s examine the ongoing sheltering problem of students. The dataset we have built for this...

3219 sym R (3551 sym/6 pcs) 12 img

Lagged Predictors in Regression Models and Improving by Bootstrapping and Bagging

30.11.2021

Huge lines at gas stations have been seen around Turkey in recent days. Under the reason for this is the rise in the prices so often, in the last few months and the expectation to continue this. Of course, it is known that the rise in the exchange rate (US dollar to Turkish lira) has an important role in the hikes in gas prices. Considering the e...

2247 sym R (3030 sym/8 pcs) 12 img

Comparing Decision Trees

31.12.2021

In the last article of the current year, we will examine and compare some of the tree algorithms for the classification. The dataset we are going to use for this will be the answers given to the loan applicants and their evaluated features for it. library(tidyverse) library(tidymodels) library(tsibble) library(C50) library(caret) library(pROC) d...

2282 sym R (3026 sym/5 pcs) 10 img

Association Rules with Interactive Charts

26.01.2022

Until today, we have examined the supervised learning algorithms; but this time, we will take a look at a different learning method. The algorithm we just mentioned is association rules which is an unsupervised learning method. The algorithm is referred to as market basket analysis as it usually has been applied to grocery data. The market basket...

3991 sym R (1954 sym/3 pcs) 16 img