Stanley Juma

Stanley Juma is a data science enthusiast with 2+ years of experience in Python and R. In his free time, he loves to learn more tricks on Pandas and Numpy.
Author Insights

5

0

0
Stanley Juma is a data science enthusiast with 2+ years of experience in Python and R. In his free time, he loves to learn more tricks on Pandas and Numpy.
5
0
0
Mar 7, 2022
Function optimization involves finding the best solution for an objective function from all feasible solutions. The optimal solution is achieved through the minimization of the error function.
Jan 17, 2022
The simplex method is a linear programming algorithm used to determine the optimal solution for a given optimization problem.
Dec 2, 2021
DBSCAN is a popular density-based data clustering algorithm. To cluster data points, this algorithm separates the high-density regions of the data from the low-density areas. Unlike the K-Means algorithm, the...
Oct 21, 2021
The decision tree is a member of the supervised learning algorithm used for both classification and regression problems. More often, the decision tree is used for classification problems.
Jun 17, 2021
Data preprocessing is the initial phase of Machine Learning where data is prepared for machine learning models. This part is crucial and needs to be performed properly and systematically. If not, we will end up...