3
Answers

How to apply linear regression for this file please ?

ahmed salah

ahmed salah

1y
471
1

I'm beginner working on python machine learning using google colab . i face issue i can't apply linear regression on excel file 

price is output or Y 

other fields on excel is input 

so

How to clean data ?

after that How to apply linear regressin for this excel file 

what i try 

import pandas as pd
df=pd.read_excel('Data_Train.xlsx')

file attached with post

/forums/uploadfile/e2e758/01302024213902PM/Data_Train.zip

/forums/uploadfile/e2e758/01302024213902PM/Data_Train.xlsx

Answers (3)