Python Forum
Correlation & Prediction - Help
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Correlation & Prediction - Help
#1
Hi

I have a file of service order (work purpose)
I am trying to see if there is any correlation of why service orders fail/not complete
Maybe the time they are created, or a particular day, team raising the order etc.
That way we could make a change as to not to raise it on a particular day or team to avoid repeat jobs.

I am using Jupyer/Python but in my attempts I have found nothing.
If someone can assist in away way, even as little as saying there is pattern in xyz.
Any pointers/script snippets will be appreciate.

I am quiet new to python, so appreciate any feedback

https://expirebox.com/download/83541d838...de261.html

Thanks
Danijel
Reply
#2
What have you done so far?
In python is very easy to get data form CVS file and "isolate" them with those conditions pointed by you.
Start coding and we can help you along the way.
Reply
#3
So I have uploaded the file
Quote:dfa = pd.read_csv(....)

Used correlation matrix
Quote:fig, ax = plt.subplots(figsize=(20,20))
sns.heatmap(dfa.corr(), annot=True)

From what I could see, nothing stood out relationship wise.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  help seeking for prediction of fixed effect model gotodockforevildragon 1 196 Jun-23-2024, 08:09 AM
Last Post: johnthomson112
  Win or Loss Prediction ksasi2k3 4 561 Apr-25-2024, 01:46 PM
Last Post: ksasi2k3
  I am getting a valueError. And not sure why? My goal is to visualize the correlation ReadytoCode 0 614 Dec-11-2023, 05:33 AM
Last Post: ReadytoCode
  Error in find pearson correlation function erneelgupta 1 1,997 Mar-01-2022, 03:41 PM
Last Post: stevendaprano
  How to increase the size of a png picture for the heatmap of the correlation? lulu43366 9 3,894 Oct-06-2021, 04:15 PM
Last Post: deanhystad
  How to remove a column or two columns in a correlation heatmap? lulu43366 3 5,537 Sep-30-2021, 03:47 PM
Last Post: lulu43366
  hyperparameters do not make a difference in prediction jenya56 0 1,062 Sep-15-2021, 12:53 PM
Last Post: jenya56
  Tableau Time Series Prediction using Python Integration tobimarsh43 0 1,999 Jul-24-2020, 10:38 AM
Last Post: tobimarsh43
  Correlation thomaschu 0 1,607 Jan-29-2020, 05:45 PM
Last Post: thomaschu
  Computing correlation in audio files ryanblumenow 0 2,867 Jan-15-2020, 06:11 PM
Last Post: ryanblumenow

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020