Python Forum
Read data, recognize trends and send report - 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: Read data, recognize trends and send report (/thread-21494.html)



Read data, recognize trends and send report - vin0001 - Oct-02-2019

I would like to use Python and Machine learning to read time stamped data set and analyze its trend behaviour to generate a report if any outliers.

This will basically be used to analyze daily datadump and recognize change in trends and generate report when certain unexpected behavious happens over time etc.

Create a logic that when Status = 1, it is OK that pressure increases. If status 0 = expect to decrease. I basically want to generate a report that let the user know that pressure has increased between 08-10 september, while the status was 1, and is not following the set up logic


[Image: TpY2O.png]


RE: Read data, recognize trends and send report - buran - Oct-02-2019

Sounds like a great project. Start your favourite IDE and begin coding. Don't hesitate to ask when you hit a problem. Don't forget to post your code in python tags, full traceback (if any) - in error tags. We are glad to help, but we are not great in writing code for you.