Articles by Haziqa

A Tutorial Guide: How to Install Anaconda for Python? 

June 25, 2023 | Haziqa

Anaconda Python is a beginner’s friendly platform for people curious to learn Python programming language. It’s easy to install, and you can get started quickly using Jupyter Notebook. It also provides numerous cool features and libraries that you can utilize for your data science and machine learning projects. ...
[...Read more...]

A Tutorial Guide: How to Install Anaconda for Python? 

June 25, 2023 | Haziqa

Anaconda Python is a beginner’s friendly platform for people curious to learn Python programming language. It’s easy to install, and you can get started quickly using Jupyter Notebook. It also provides numerous cool features and libraries that you can utilize for your data science and machine learning projects. ...
[...Read more...]

Scikit-Learn 101: Exploring Important Functions

February 14, 2023 | Haziqa

Scikit-learn is a powerful Python library widely used for performing complex AI and machine learning (ML) tasks. It is an open-source library that provides numerous robust algorithms, which include regression, classification, dimensionality reduction, and clustering techniques. In this tutorial, we will explore some powerful functions of scikit-learn using scikit-learn toy ...
[...Read more...]

Machine Learning Tutorial: A Practical  Guide of Unsupervised Learning Algorithms

January 31, 2023 | Haziqa

Machine learning is a fast-growing technology that allows computers to learn from the past and predict the future. It uses numerous algorithms for building mathematical models and predicting future trends. Machine learning (ML) has widespread applications in the industry, including speech recognition, image recognition, churn prediction, email filtering, chatbot development, ...
[...Read more...]

How to do a t-test in Python?

November 8, 2022 | Haziqa

T-test: The most popular hypothesis test In today’s data-driven world, data is generated and consumed on a daily basis. All this data holds countless hidden ideas and information that can be exhausting to uncover. Data scientists commonly approach this problem using statistics to make educated guesses about data.  Any ...
[...Read more...]