Python Forum
Regression Event - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Regression Event (/thread-21462.html)



Regression Event - navigates - Oct-01-2019

I have a requriement

I have to perform a regression on a data set that has the following data
Age of Person at time of data collection
Date
cholesterol Level
HDL
Event which can be death etc.

Need to find out if there are any patterns in the Cholesterol Level or the HDL Levels prior to the death event.

I'm trying to do this using Jupyter Notebook. Really appreciate your help sincerely


RE: Regression Event - Larz60+ - Oct-01-2019

Quote:I'm trying to do this using Jupyter Notebook. Really appreciate your help sincerely
OK, so show what you've done, and ask a specific question