15 July 2008
31 May 2008
FAQ: After the challenge is over...
Scores will be published for the final test set (FTS) on the web site using the pseudonym of the team.
The data (i.e., the exact RULs) for the test set and FTS will be made available for download, to use as a benchmark for future algorithms.
Finally, the nature and origin of the data set will be revealed.
31 March 2008
FAQ: Hey! People might cheat!!
To correct this flaw in our contest design, we are still going to use the "test set" to update the leaderboard once each day. Think of the current test set as a validation set. There will be a "final test set" released on 19 May 2008. Algorithms will be scored on the basis of performance on the final test set only. Scores will not be released for the final test set until after the competition has closed.
FAQ: Why is there so little information about the system? Why are your answers so vague?
This contest is about data driven, platform independent PHM. The system itself is intended to be a black box – you have no real information about it, or domain knowledge, other than the data. We recognize that whenever domain knowledge is applied to a problem, superior results are obtained. However, there are many situations where there is data available – frequently not directly PHM related (e.g., control system data) – that can be used for PHM where little or no domain knowledge is easily obtainable. Techniques for estimating the remaining useful life of any system for which data are available have numerous applications in industry.
FAQ: What is the scoring function to be used?
What is the scoring function to be used?
d = estimated_RUL-actual_RUL;
score(d>0) = exp(d(d>0)/10)-1;
score = sum(score)
28 March 2008
FAQ: Can you tell us if we can expect more than one fault mode?
No, but the data can...
26 March 2008
FAQ: Is each operational cycle equivalent in terms of time or the amount of damage induced by the fault?
Is each operational cycle equivalent in terms of time or the amount of damage induced by the fault?
Each operational cycle is effectively the same duration across all units. As far as damage accumulated per cycle, you’ll have to look at the data...