
Extreme Gradient Boosting With XGBoost and Cluster Analysis In Python
EXTREME GRADIENT BOOSTING WITH XGBOOST Supervised learning which XGBoost is applied to requires labelled data. XGBoost can be applied to...
James Owusu-Appiah
2 min read


Prediction of Heart Disease Using a Combination of Machine Learning
Among various life-threatening diseases, heart disease has garnered great attention in medical research. The diagnosis of heart disease...
Mahmoud Morsy
18 min read

TIME SERIES ANALYSIS OF NAICS
NAICS The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying...
James Owusu-Appiah
8 min read


A survey of Pandas Techniques for Data Manipulation in Python
In some cases, if not most, data is untidy. It is difficult to work with, some analysts discard it, some redo experiments in order to get...
Ntandoyenkosi Matshisela
3 min read


constructing a function never been easier !
Have you ever spent time to determine how many arguments you should pass to your function? After each line of code you realize you should...
Rawda Rumaieh
2 min read


Python Concepts For Data Science: Dictionaries
Python Dictionaries: Python dictionary is an unordered collection of items. Each item of a dictionary has a key/value pair. Each key is...
Ishan Chudali
3 min read

Python Sets
Python sets are unordered collection of items with no duplicates and the elements cannot be changed. It can be used to perform...
Kala Maya Sanyasi
1 min read

Acronym Generator in Python
In this tutorial, you'll learn to create a simple Acronym Generator using Python. What is an acronym? An acronym is a word formed from...
Lina Meddeb
2 min read

Covid-19:Confirmed Cases & Recovery Trends of Among the Most Affected Countries & Kenya (April 2020)
Introduction: According to the WHO (World Health Organization) website, Corona viruses are a large family of viruses that are known to...
Kelvin Kahuro
4 min read