cancel
Showing results for 
Search instead for 
Did you mean: 

Can DR Indicate Trends in my Data

Can DR Indicate Trends in my Data

Hi all, my second post, still very much a newbie, but want to give this question a go. I'm working with data that often comes with trends, example: A huge data collection of phone repairs globally. Can datarobot work out if there is certain significant patterns eg, there is more phone repairs in certain months or more repairs for a certain model in a certain country. Stuff like that. As far as i can understand DR can predict future repairs and will show me why and what, but i can't work out how to find special trends. At the moment i check each of my data points (eg country sold, repair date, production date, model/series, style, customer age, etc..) one by one to check if there is a trend. I'm sure a machine can work that out quicker, just not sure if DR is the right tool for that or maybe i just don't understand how to read the DR feedback 🙂 Cheers, Tobe
12 Replies

Hi @TobeT ,

 

To add onto Emily's response, one other area to explore is "Prediction Explanations". This will show you at the per row level (e.g. customer) what features contribute to that particular model's predictions and how strong they are. So, for example,  you might see that for Customer 123 they are more likely to have a phone repair because they have replaced 3 phones in the past year, are 17 years old, etc. 

With regards to trends, are you using DataRobot's time series product, AutoTS? If so that product will automatically generate hundreds to thousands of features that capture trends (e.g. rolling 7 day, 14 day, 28 day averages, seasonal trends, etc.). These are "special patterns" will be incorporated into the models and can be visualized in the Feature Impact and Feature Effects screens for all models.

Does that help?

Duncan 

 

emily
DataRobot Alumni

Hi TobeT!

Yes, DataRobot is actually quite good at picking up patterns in your data.  One place that you can find your answer is under the Understand >> Feature Effects (see below).  

Here you can find charts that look at the relationship between the feature and the target variable using a partial dependence metric.  This is a model agnostic approach, so you can get this for every one of you models in the platform.  Here is a link to more information about interpretability tools. 

 

In this specific example for a readmission use case, you can see that as inpatient visits increases, the likelihood to be readmitted to the hospital also increases. 

emily_0-1582785190664.png

 

I hope this answers your question, and thanks for posting again! 

 

Best wishes, 

 

Emily