Statistics with Python | Machine Learning | Measures of Central Tendency | Mean | Median | Mode - P1

preview_player
Показать описание
Python for Machine Learning - Part 19 - Measures of Central Tendency 1- Mean, Median, Mode

'Measures of Central Tendency - & Measures of Disperson
Mean, Median, Mode, Standard Deviation, Variance, Quartiles,
Lower Quartile (Q1), Upper Quartile (Q3, Inter-Quartile (Q3 - Q1), Semi-Inter Quartile(Q3 -Q1)/2

import statistics as st
import numpy as np

x = [0,1,2,3,4,5,6,7,8,9]

All Playlist of this youtube channel
====================================

1. Data Preprocessing in Machine Learning

2. Confusion Matrix in Machine Learning, ML, AI

3. Anaconda, Python Installation, Spyder, Jupyter Notebook, PyCharm, Graphviz

4. Cross Validation, Sampling, train test split in Machine Learning

5. Drop and Delete Operations in Python Pandas

6. Matrices and Vectors with python

7. Detect Outliers in Machine Learning

8. TimeSeries preprocessing in Machine Learning

9. Handling Missing Values in Machine Learning

10. Dummy Encoding Encoding in Machine Learning

11. Data Visualisation with Python, Seaborn, Matplotlib

12. Feature Scaling in Machine Learning

13. Python 3 basics for Beginner

14. Statistics with Python

15. Sklearn Scikit Learn Machine Learning

16. Python Pandas Dataframe Operations

17. Linear Regression, Supervised Machine Learning

18 Interiew Questions

19. Jupyter Notebook Operations
Рекомендации по теме
Комментарии
Автор

every one told basic knowledge of machine learning but your channel teach each concept very depth

maheshs
Автор

Can u provide the downloadable code to practise

shr