On the justice and injustice of algorithms

I recently had the opportunity to attend a presentation on the " justice " and " injustice " of algorithms. The concept of bias in the algorithms was raised (due to decompensated, insufficient data, etc.) and it was raised how the algorithms should be trained so that they do not pose differences in “ sensitive ” variables (age, sex, race ...) .

Submitted by admin on Mon, 10/14/2019 - 11:54

REMOVEFILTERS

The REMOVEFILTERS function returns all the rows in a table or all the values in one or more columns, ignoring any filters that have been applied.

Submitted by admin on Sat, 09/14/2019 - 10:17

ISINSCOPE

The ISINSCOPE function returns the Boolean True if the column indicated as an argument is the level being considered in a hierarchy of columns, and False otherwise, which allows us to create measures that have different behavior depending on the level of the hierarchy at which are applied.

Submitted by admin on Sat, 07/20/2019 - 20:06

ISONORAFTER

The ISONORAFTER function returns a Boolean depending on whether or not the conditions indicated for the row being considered are met.

Submitted by admin on Sat, 07/20/2019 - 18:33

RANK.EQ

The RANK.EQ function returns the rank or position of a value in a list of numbers.

Submitted by admin on Sat, 07/20/2019 - 14:40

SQRTPI

The SQRTPI function returns the square root of the number passed as an argument multiplied by π (3.14159265...).

Submitted by admin on Sat, 07/20/2019 - 14:30

ROW

The ROW function returns a table with a single row containing the values specified as arguments.

Submitted by admin on Sat, 07/20/2019 - 14:08