algorithm - Finding out the reason of delay between request and response time using apache spark mllib -
i have different log files app logs, system log files, database log files etc. when user request data user gets response late. calculating difference between request , response time , need predict on parameter these log files(app log, system log files, database log files) delay depends.
which spark machine learning algorithm give best result predict variable causes delay between request , response time??
it may 1 or more variables. before getting stuck ml algrorithms, quick scatter plot of variables vs delay - might find answer quickly. failing that, need use kind of regression approach. without knowing of details, tricky suggest how construct solution.
Comments
Post a Comment