Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic prediction of failure #8

Open
bentsherman opened this issue Jan 29, 2020 · 0 comments
Open

Basic prediction of failure #8

bentsherman opened this issue Jan 29, 2020 · 0 comments

Comments

@bentsherman
Copy link
Owner

As a first step into error prediction, we can take the following approach:

  • define a set of input conditions
  • run the application with the given conditions n times
  • define the probability of success / failure based on the frequency of each outcome

This could be useful because some conditions will fail every time because they are invalid, while other conditions may only fail sometimes depending on the system or random chance (or something like that). So it would be good to be able to predict the probabilty of failure based on historical data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant