How to download google drive files using wgetWget is very useful for downloading files using a terminal and automating downloading tasks. Also, it is very useful for downloading datasets on Kaggle, Google Colab, Jupyter Notebooks and Data science projects. Downloading files from google drive us...Jan 19, 2022·2 min read
Squared Error vs Absolute ValuesWhy do we take squared values of difference instead of absolute values while calculating variance? We know that Standard Deviation is the square root of the average of the squared differences from the Mean. The main reason for squaring the values of...May 26, 2019·3 min read
Why do we need Standard deviation when we already have variance and vice versa?When I learnt about the variance and Standard deviation, I could not stop myself from wondering why do we even need one when we already have another, as they are completely related to each other. Because knowing one is equivalent to knowing the other...May 20, 2019·2 min read