Data science

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...]

Quantiles And Their Estimation

February 11, 2023 | Christian Lorentzen

Applied statistics is dominated by the ubiquitous mean. For a change, this post is dedicated to quantiles. I will give my best to provide a good mix of theory and practical examples. While the mean describes only the central tendency of a distribution or random sample, quantiles are able to ...
[...Read more...]

Quarto for the Python user

February 2, 2023 | The Jumping Rivers Blog

As data scientists we often need to communicate conclusions drawn from data. Additionally, as more data is collected, our reports invariably need updating. This is where automated reporting tools such as Quarto come in! In this blog post we will look at how Quarto allows us to weave together text ...
[...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 install the xlwings add-in for Excel

January 24, 2023 | George Mount

Many packages exist for working with Python and Excel, but xlwings may be the most powerful all-around due to its many reading and writing features. This versatility, however, comes at the cost of being relatively more difficult to set up. For example, one of the most useful features of xlwings ...
[...Read more...]
1 43 44 45 46 47 123