Lesson

Short lessons part of Mage Academy for Machine Learning and features in our product.

Rakhee D.

March 7, 2022

Rakhee D.

March 7, 2022

When you are working on a project, generally you collect data from several sources. Suppose you need to combine two datasets (tables, dataframes, etc.), like rows and columns of a table. To do this we will use the “join” operation of “Pandas”.

Jahnavi C.

March 2, 2022

Edit: March 28, 2022

Jahnavi C.

March 2, 2022

Edit: March 28, 2022

In this Mage Academy lesson on feature engineering, we’ll learn about the aggregate functions min() and max(), and see how they’re helpful in analyzing and understanding the data.

Rupesh C.

February 28, 2022

Edit: April 19, 2022

Rupesh C.

February 28, 2022

Edit: April 19, 2022

Increasing customer retention is one of the biggest challenges subscription-based businesses and retailers are facing. While there are several things you can do to improve retention rates, predicting customers at risk of leaving and changing their minds is one of the most cost-efficient ways to do so.

Nathaniel Tjandra

February 25, 2022

Edit: March 28, 2022

Nathaniel Tjandra

February 25, 2022

Edit: March 28, 2022

In this Mage Academy lesson on feature engineering, we’ll learn how to get the count of unique values in a dataset and learn about ways we can use this information.

Felicia Kuan

February 24, 2022

Edit: April 22, 2022

Felicia Kuan

February 24, 2022

Edit: April 22, 2022

In this Mage Academy lesson on feature engineering, we’ll learn how we’d count the number of distinct values in a column by group.

Felicia Kuan

February 22, 2022

Edit: April 19, 2022

Felicia Kuan

February 22, 2022

Edit: April 19, 2022

In this Mage Academy lesson on feature engineering, we’ll be covering how we’d group rows by values in a feature to find the average of each group.

Jahnavi C.

February 18, 2022

Edit: March 9, 2022

Jahnavi C.

February 18, 2022

Edit: March 9, 2022

In this Mage Academy lesson on data cleaning, we’ll go over variance in detail and see how to identify and remove low variance columns from a dataset.

Jahnavi C.

February 17, 2022

Edit: March 9, 2022

Jahnavi C.

February 17, 2022

Edit: March 9, 2022

In this Mage Academy lesson on data cleaning, we’ll learn how to remove columns and discuss various scenarios in which it's necessary to remove columns from a dataset.

Felicia Kuan

February 16, 2022

Edit: April 19, 2022

Felicia Kuan

February 16, 2022

Edit: April 19, 2022

In this Mage Academy lesson on feature engineering, we’ll learn about how we’d aggregate, or sum up, values by group to find total items sold.

Nathaniel Tjandra

February 15, 2022

Edit: April 22, 2022

Nathaniel Tjandra

February 15, 2022

Edit: April 22, 2022

In this Mage Academy lesson on feature engineering, we’ll learn about category value mapping, also known as encoding in Data science, is used to assist machines in understanding the meaning behind the information given.