top of page
Profile
Join date: Aug 22, 2021
About
0 likes received
0 comments received
0 best answers
Posts (14)

May 4, 2022 ∙ 4 min
Principal Component Analysis with Python
In a machine learning workflow, we generally have to deal with high-dimensional datasets. But most of the time, many features in those...
152
0

Apr 5, 2022 ∙ 3 min
Feature scaling: What is it?
Feature scaling is a method used to normalize data before passing it to any machine learning algorithm. It is a substantial part of the...
87
0

Mar 15, 2022 ∙ 3 min
Learn K-Nearest Neighbor (KNN) with Mobile Price Classification dataset
This dataset comes from Kaggle. His main purpose is to classify mobile phones into different price ranges based on their features (eg:...
60
0

Feb 26, 2022 ∙ 3 min
Some Statistical concepts for data science
Statistique is one of the key parts of data science. In this blog post, we’ll present some important statistics concepts for data science...
6
0

Jan 19, 2022 ∙ 5 min
Let's take a closer look at NAICS: The North American Industry Classification System
The North American Industry Classification System (NAICS) was designed by the statistical agencies of Canada, Mexico, and the United...
51
0

Dec 9, 2021 ∙ 3 min
All you need to know about importing data in python
Data scientists have to deal with data that come from various sources. Indeed, data collected for data analysis can be in different...
12
0

Nov 21, 2021 ∙ 3 min
Become a pandas ninja with nlargest(), nsmallest(), query and where methods
Pandas is a famous library with a ton of methods. The methods we cover in this article are not often used by data scientists but can be...
646
0
1

Nov 20, 2021 ∙ 3 min
Working with duplicated data in Pandas DataFrame
Real-world data are generally noisy and messy. In this case, we must process some cleaning operation on it before doing an analysis....
1387
0

Nov 16, 2021 ∙ 5 min
Working with Missing Data in Pandas
As pandas is a library for data manipulation, it offers various approaches to detect and handle missing data. Here, we can ask ourselves;...
488
0

Nov 4, 2021 ∙ 8 min
Usage of apply function, plotting and iteration with Pandas
Pandas is a broadly used Python library for data analysis. It gives easy-to-use functions to load data from several sources, manipulate...
1797
0
TEMFACK DERICK
Writer
More actions
bottom of page