All Projects → Chicago → clear-water

Chicago / clear-water

Licence: other
Forecasting elevated levels of E. coli at Chicago beaches to provide proper warning to beach-goers.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to clear-water

osd-building-footprints
Open source release of building footprints in Chicago.
Stars: ✭ 61 (+12.96%)
Mutual labels:  government, chicago
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (-42.59%)
Mutual labels:  government, public-health
dev.cityofchicago.org
Developer resources provided by the City of Chicago and sister agencies and get technical updates from the developer blog.
Stars: ✭ 22 (-59.26%)
Mutual labels:  government, chicago
Caseflow
Caseflow is a web application that enables the tracking and processing of appealed claims at the Board of Veterans' Appeals.
Stars: ✭ 119 (+120.37%)
Mutual labels:  government
Uswds Site
USWDS website and documentation
Stars: ✭ 135 (+150%)
Mutual labels:  government
Rsocrata
Provides easier interaction with Socrata open data portals http://dev.socrata.com. Users can provide a 'Socrata' data set resource URL, or a 'Socrata' Open Data API (SoDA) web query, or a 'Socrata' "human-friendly" URL, returns an R data frame. Converts dates to 'POSIX' format. Manages throttling by 'Socrata'.
Stars: ✭ 182 (+237.04%)
Mutual labels:  government
Open Science 101
Open_Science_101
Stars: ✭ 24 (-55.56%)
Mutual labels:  open-science
Ehealth.api
Index page and integration layer for projects that related to Ukrainian Health Services government institution
Stars: ✭ 103 (+90.74%)
Mutual labels:  government
Govuk Prototype Kit
Rapidly create HTML prototypes of GOV.UK services
Stars: ✭ 239 (+342.59%)
Mutual labels:  government
Developers.italia.it
The developer community designing and developing public digital services in Italy
Stars: ✭ 158 (+192.59%)
Mutual labels:  government
Uswds For Designers
USWDS visual design and UX assets
Stars: ✭ 152 (+181.48%)
Mutual labels:  government
Gman
A ruby gem to check if the owner of a given email address or website is working for THE MAN (a.k.a verifies government domains).
Stars: ✭ 137 (+153.7%)
Mutual labels:  government
Design System
Open source design and front-end development resources for creating Section 508 compliant, responsive, and consistent websites.
Stars: ✭ 192 (+255.56%)
Mutual labels:  government
Grpc Nebula
微服务治理框架简介
Stars: ✭ 132 (+144.44%)
Mutual labels:  government
Api.gouv.fr
Liste les API disponibles au sein de l'administration française
Stars: ✭ 243 (+350%)
Mutual labels:  government
Osd Street Center Line
Open source release of street center lines in Chicago.
Stars: ✭ 108 (+100%)
Mutual labels:  government
Govuk Design System
One place for service teams to find styles, components and patterns for designing government services.
Stars: ✭ 197 (+264.81%)
Mutual labels:  government
Welcome
Information on joining the government community — a collaborative community for sharing best practices in furtherance of open source, open data, and open government efforts.
Stars: ✭ 143 (+164.81%)
Mutual labels:  government
Data.gov
Data.gov source code and issue tracker
Stars: ✭ 1,856 (+3337.04%)
Mutual labels:  government
Datasets For Good
List of datasets to apply stats/machine learning/technology to the world of social good.
Stars: ✭ 174 (+222.22%)
Mutual labels:  government

Clear Water

DOI MIT License project

The City of Chicago's Clear Water project brings an innovative approach to beach water quality monitoring. It uses a machine learning prediction technique to better forecast the bacteria levels at Chicago beaches. The model works by interpreting patterns in the results of DNA tests at a handful of beaches across the City, which are then extrapolated to forecast the water quality at other, untested beaches. This method provides a new way for beach managers to save money on expensive rapid water quality tests.

Initial evaluation of the model has shown a significant improvement over current methods of predicting beach water quality. Testing is ongoing, and the 2017 beach season is being analyzed to further improve and evaluate the model's performance.

Getting started with R

This project uses R, which you can download here. We recommend you also install RStudio. You can open this project in RStudio by opening the clear-water.Rproj file.

If you are new to R, check out some basics here.

Running the model

To generate the model, open the Master.R file. Inside the file, you will see settings that you can tweak to change the predictors and other facets of the model. Once you're ready, run all the code in the file. If you've successfully generated the model, you'll see ROC and Precision/Recall plots appear in RStudio. You'll also have a Data Frame in R called model_summary that contains the results of the model evaluation.

Running the model in production

This repo is one of two GitHub repos that make up the Clear Water project. The other one can be found here and is an application that automatically generates water quality predictions based on daily DNA test results that are published on Chicago's Data Portal.

Contributing

If you are interested in contributing to this project, see our Contribution Guide.

Notes

Collaboration with the Civic Tech Community

This project originated as a breakout group at Chi Hack Night.

Resources

LICENSE

Copyright (c) 2015 City of Chicago

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].