Month November 2020

Dimensionality Reduction

In Machine Learning, Dimensionality is defined as the number of input variables for a dataset.More the input variables, more challenging the model becomes to do the predictive analysis. This phenomenon is called as curse of dimensionality. Hence, the number of…

Invoke Chrome browser using Selenium and Python

browser, web, www

Versions used while doing this blog post, (These are the prerequisites to automate chrome browser. Browser and driver versions should match)selenium-python version – 3.141chrome browser version – 86.0.4240chrome driver version – 86 Chrome browser can be opened using selenium by…