Open in app
Home
Notifications
Lists
Stories

Write
Uğur Özcan
Uğur Özcan

Home
About

Jun 16

PyCaret Daily Time Series Forecasting Examples-II

Hello everyone again. In my previous article, I worked on the bicycle dataset. In this article, I made predictions and forecasts according to the data I have and got some results. Recently, I focused a little more on this subject and did some research. I’ve improved my predictions a bit…

Pycaret

4 min read

PyCaret Daily Time Series Forecasting Examples-II
PyCaret Daily Time Series Forecasting Examples-II

Jun 12

PyCaret Daily Time Series Forecasting Examples-I

Bike Sharing Dataset This dataset contains the hourly and daily count of rental bikes between years 2011 and 2012 in Capital bike share system with the corresponding weather and seasonal information. I downloaded this dataset from UCI Machine Learning Dataset. Google Colab is fine to run the codes and show the data. Let’s…

Pycaret

4 min read

PyCaret Daily Time Series Forecasting Examples — I
PyCaret Daily Time Series Forecasting Examples — I

May 15

I reach 100 followers!!! Thank you!

Hi everyone, I have been following Medium for a long time, but I have been actively using it for 2 months. I have used Medium for a long time by opening it from the browser incognito tab. …

100 Followerschallenge

2 min read

I reach 100 followers!!! Thank you!
I reach 100 followers!!! Thank you!

Apr 23

Python Advanced Level — Object Oriented Programming(Part II)

4. inheritance and subclasses We created our class. But our factory has grown. Our employee profile is slowly changing. This makes it difficult to apply the features in the classroom to all staff. You can think of it like this, taxonomically speaking, humans and mice have common features from the mammalian class, but differ…

Python 3

5 min read


Apr 11

9 examples on scikit-learn library

1.Decision Trees A decision tree classifier is a supervised learning technique that is used to classifiy the data based on some pivot points. For example, if you can not decide whether to go outside or not so you ask your self “Is it rainy outside?”, “Do i like playing football?”, and “Will I…

Deep Learning

11 min read


Apr 8

Python Advance Level — Object Oriented Programming(Part I)

As you know, Python is one of the object-oriented programming languages. So what is the object? Roughly speaking, items that have certain methods and/or attributes in Python are called objects. In other words, the word ‘object’ consists of a simple nomenclature, a phrase used to describe items that contain some…

Object Oriented

5 min read


Apr 3

Grid Search CV with Python

There are various hyperparameters used to train a model, and selecting the best hyperparameter plays an important role in getting the best output performance. So, to overcome such problems we use Grid Search. Scikit-learn’s GridSearchCV (where CV stands for Cross Validation) trains the model for different hyperparameters entered by the…

Gridsearchcv

3 min read


Apr 3

Moving Average with Python

In statistics, a moving average is a calculation used to analyze data points by creating a series of averages of different subsets of the full data set. In finance, a moving average (MA) is a stock indicator that is commonly used in technical analysis. …

Moving Average

4 min read

Moving Average with Python
Moving Average with Python

Mar 27

Error Diffusion Dithering — Stucki with Python

Error Diffusion Dithering by Stucki is an approach for image dithering using error diffusion. In error diffusion, the quantization error of the current pixel is added to the pixel on the right and below according to the procedure below: a: For each point in the image, find the closest color…

Computer Vision

3 min read

Error Diffusion Dithering — Stucki with Python
Error Diffusion Dithering — Stucki with Python

Mar 25

Stochastic Gradient Descent in Python

There are various optimization algorithms that are used to find a local minimum of a differentiable function by minimizing the cost function of the problem. Gradient descent is one such algorithm that acts as an optimization algorithm that minimizes the cost function by updating the weights of the model. The…

Stochastic Gradient

2 min read

Stochastic Gradient Descent in Python
Stochastic Gradient Descent in Python
Uğur Özcan

Uğur Özcan

Software Developer

Following
  • Mickey Mellen

    Mickey Mellen

  • Randomhand

    Randomhand

  • Konstantinos Patronas

    Konstantinos Patronas

  • Diane Markey

    Diane Markey

  • The Educative Team

    The Educative Team

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable