-
Notifications
You must be signed in to change notification settings - Fork 0
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
Calculate "outcomes" for a case #60
Comments
During the conversation we had with professors, they said number of motions filed was more compelling than outcomes (since they could be affected by a variety of factors) so I'd say that might be the priority for the mvp. We did bring up during that meeting that "outcome" would likely be measured by what the final charge ended up being vs the initial charge, which both seemed to be consistent locations in the case file. Charges vs dispositions I believe |
Recommendations for measuring outcomes Key interesting questions:
There is a six main dispositions or stages of a case:
Pleas There may be more than one disposition for a case. Time served aka back time aka term washed Anatomy of a multi-disposition case (see image below):
|
fwiw, we do extract the relevant information from dispositions in the raw case json (the case id in the above example is actually 13-2936CR) "dispositions": [
[
"10/30/2018",
"Plea",
"(Judicial Officer: Updegrove, Robert)",
"1. INTERFERE W/PUBLIC DUTIES",
"Nolo Contendere"
],
[
"10/30/2018",
"Disposition",
"(Judicial Officer: Updegrove, Robert)",
"1. INTERFERE W/PUBLIC DUTIES",
"Deferred Adjudication"
],
[
"10/30/2018",
"Deferred Adjudication",
"(Judicial Officer: Updegrove, Robert)",
"1. INTERFERE W/PUBLIC DUTIES",
"CSCD",
"18 Months",
"with Community Service of 30 Hours",
"Provisions (Fine/Court Cost)",
"300/262",
"Provisions (Other)",
"COMPLETE A REQUIRED ANGER MANAGMENT COURSE"
],
[
"10/22/2019",
"Amended Plea",
"(Judicial Officer: Updegrove, Robert) Reason: Amendment, Order Adjudicating/Probation Revocation",
"1. INTERFERE W/PUBLIC DUTIES",
"True"
],
[
"10/22/2019",
"Amended Disposition",
"(Judicial Officer: Updegrove, Robert) Reason: Amendment, Order Adjudicating/Probation Revocation",
"1. INTERFERE W/PUBLIC DUTIES",
"Convicted"
],
[
"10/22/2019",
"Amended Sentence",
"(Judicial Officer: Updegrove, Robert) Reason: Amendment, Order Adjudicating/Probation Revocation",
"1. INTERFERE W/PUBLIC DUTIES",
"CSCD",
"18 Months",
"with Community Service of 30 Hours",
"Provisions (Fine/Court Cost)",
"300/262"
],
[
"09/16/2021",
"Amended Plea",
"(Judicial Officer: Updegrove, Robert) Reason: Order Adjudicating/Probation Revocation",
"1. INTERFERE W/PUBLIC DUTIES",
"True"
],
[
"09/16/2021",
"Amended Disposition",
"(Judicial Officer: Updegrove, Robert) Reason: Order Adjudicating/Probation Revocation",
"1. INTERFERE W/PUBLIC DUTIES",
"Convicted"
],
[
"09/17/2021",
"Amended Sentence",
"(Judicial Officer: Updegrove, Robert) Reason: Order Adjudicating/Probation Revocation",
"1. INTERFERE W/PUBLIC DUTIES",
"Confinement to Commence",
"09/17/2021",
"11 Days",
", County Jail, Hays County Sheriff's Office - Local Confinement",
"Jail Credit",
"1 Days"
] |
Validate priority with Nick. Is this nice-to-have? |
@newswim Nick would like access to this data |
Per @nicolassaw priority is high |
Once nick has added a parsing field or 2, I think this would be something to re-evaluate (and maybe discuss w/ an interested data scientist?) |
Blocked by open-austin/indigent-defense-stats#69 That ticket parses the data while this ticket is for visualizing it. |
We want to indicate whether a case had a "positive" or "negative" outcome for the defendant.
One way this could be done
For example, identify a helpful motion filed within a given window of time after the charge date.
Scope
For this ticket, we want to gather ideas of how outcomes could be determined for a given case.
More info: https://open-austin.slack.com/archives/C040CNMFXT8/p1667871702924849
The text was updated successfully, but these errors were encountered: