PAPrachi Agrawalinprachi1179.hashnode.dev·Feb 21, 2021 · 6 min readLinear RegressionLinear Regression is a supervised machine learning algorithm where the predicted output is continuous and has a constant slope. The linear regression model has a linear relationship between the dependent and independent variable. Let x be the indepen...00
PAPrachi Agrawalinprachi1179.hashnode.dev·Feb 14, 2021 · 3 min readPython Data Structure- Part 2In the previous article, I have discussed some basic data structure of python. In this article, you will learn about python data structure like stack, queue and dequeue, operation performed and their implementation. Stack: A stack (sometimes called...00
PAPrachi Agrawalinprachi1179.hashnode.dev·Feb 13, 2021 · 3 min readPython Data Structure- Part 1Python is a modern, easy-to-learn, object-oriented programming language. It has a powerful set of built-in data types. If you are new to python language, then this blog is will help you learn. This blog contains basic linear data structure of python....00