Python Linear Regression Tutorial machine learning in hindi.

Rohan sathe
Jan 20, 2021

--

Linear Regression Tutorial in machine learning python

# packages we will be using
import matplotlib.pyplot as plt
from sklearn import linear_model, metrics, model_selection
import numpy as np
import pandas as pd

What is Linear Regression?
डेटा के माध्यम से सबसे अच्छा फिट की एक सीधी रेखा ढूँढना। यह अच्छी तरह से काम करता है जब सही अंतर्निहित फ़ंक्शन रैखिक होता है.

more

--

--

Rohan sathe
Rohan sathe

Written by Rohan sathe

data science & ml learner from heart & entrepreneur and designer

No responses yet