Rescaling wide-ranged data. Pseudo logarithm

Опубликовано: 20 Октябрь 2024
на канале: Pythonika
67
7

For many applications, Wide-range data for better representation should be scaled. In this tutorial, I will show some ways of data scaling, which can be used for presentation:
The code and full description is presented here: http://mycoding.uk/a/visualization_wi...
Python coding: http://mycoding.uk/a/python.html
Video content:
0:00 - Intro
0:05 - Wide-range function
1:22 - Limits
1:50 - Logarithm base 10
2:40 - Log(x+1) scaling
3:12 - Pseudo-logarithm
4:15 - Root scaling
5:05 - Combined scaling
5:53 - 2D example

#datascience #dataanalysis #pythonprogramming