Writing
Python
2 posts tagged Python.
Everything you need to know about Hypothesis Testing in Machine Learning
Any data science project starts with exploring the data. When we perform an analysis on a sample through exploratory data analysis and inferential statistics we get information about the sample. Now, we want to use this information to predict values for the entire population.
1 min readPython
Functional Programming — Map, Reduce and Filter in Python
Functional programming, as the name suggests, computes through the evaluation of functions. They allow us to write simpler, shorter code with faster implementation methods. In functional programming, code relies entirely on the evaluation of pure functions.
1 min readPython