Clear Filters
Clear Filters

What tools should I use for analyzing the trend or pattern of timestamped data?

2 views (last 30 days)
Hi folks,
I am currently doing a project in which I have timestamped data and maintenance report record. I want to find the connection between the data and the record. I tried various visualization methods but the result is not good, so I moved on to try machine learning.
My plan is to select time segments and label them with maintenance records. But the difficult is that one input is numerical and the other is not.
What is the best tool for this? Please comment if you have any suggestion.
  1 Comment
Matt Sprague
Matt Sprague on 11 Jan 2018
Since I understand you are working on a combination of numerical and non-numerical data you might have some success with decision trees, SVM or a naive bayes. As far as which method is "best", that depends on the content and relationships present within your data and what you are trying to predict. I'd encourage you to try out each of these methods and see which fit your problem best! The Classification Learner and Regression Learner apps could help out with this since they would allow you to test and visualize the results across different methods quickly. Good Luck!

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!