animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
323 stars 211 forks source link

Mean, Median, and Mode Addition in Numpy Package #1248

Closed Damini2004 closed 1 week ago

Damini2004 commented 1 week ago

In Machine Learning (and in mathematics) there are often three values that interests us:

Mean - The average value Median - The mid point value Mode - The most common value