An open API service indexing awesome lists of open source software.

https://github.com/subsetpark/pyach

A Flask web app for the ACH Methodology
https://github.com/subsetpark/pyach

Last synced: about 1 year ago
JSON representation

A Flask web app for the ACH Methodology

Awesome Lists containing this project

README

          

# pyACH

pyACH is a web app written by [Suraj Kapoor](http://surajkapoor.com) and [Zach Smith](http://zdsmith.com) that implements the [ACH](http://en.wikipedia.org/wiki/Analysis_of_competing_hypotheses)(Analysis of Competing Hypotheses) methodology.

You can use it at [http://pyach.herokuapp.com](http://pyach.herokuapp.com).

Instructions

You can use ACH to help you analyze a situation and avoid cognitive bias. Using ACH you can lay out and weight all the evidence being considered, the hypotheses that are competing to explain the evidence, and finally indicate, according to your own judgment, the degree to which each hypothesis accords with the given evidence.

Enter each piece of available evidence and each competing hypothesis. Rate each piece of evidence for its credibility and its relevance to the overall question. Finally, the intersection of each hypothesis and piece of evidence contains a cell to rank consistency. Indicate, using the dropdown menu, whether a given hypothesis is Very Inconsistent, Inconsistent, Neutral, Consistent, or Very Consistent with the given piece of evidence.

The inconsistency score for each hypothesis is displayed directly above the entry for that hypothesis. The higher it is, the weaker the hypothesis is overall relative to the evidence at hand.

Colophon

This app consists of a backend written in Python using the Flask web microframework, and an AJAX frontend written in JQuery.