CubeStatistica / Professional-Training-for-Data-Science-Team-Learners

0 stars 0 forks source link

Week 3: Start Work on Regression models. #71

Open qasimbasra opened 2 years ago

qasimbasra commented 2 years ago

Search google about regression models and then See what are the difference between linear and logistic regression models and the functions used for these models in R.

Install.packages("lrm)

For Linear Regression Use Age as Class lm()

For logistic regression Use Paid Course after converting it into 0 and 1.

glm()

qasimbasra commented 2 years ago
qasimbasra commented 2 years ago

done in python