From 4da855b07ae9031115adbf71665aba9c1bb8da4d Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 29 Sep 2021 10:51:22 -0400 Subject: [PATCH] removing empty challenge and whitespace --- 1-Introduction/02-ethics/README.md | 11 ----------- 2-Working-With-Data/06-non-relational/README.md | 3 --- 2 files changed, 14 deletions(-) diff --git a/1-Introduction/02-ethics/README.md b/1-Introduction/02-ethics/README.md index 7021e17..d7442aa 100644 --- a/1-Introduction/02-ethics/README.md +++ b/1-Introduction/02-ethics/README.md @@ -247,15 +247,7 @@ Note that there remains an intangible gap between _compliance_ (doing enough to The latter requires [collaborative approaches to defining ethics cultures](https://towardsdatascience.com/why-ai-ethics-requires-a-culture-driven-approach-26f451afa29f) that build emotional connections and consistent shared values _across organizations_ in the industry. This calls for more [formalized data ethics cultures](https://www.codeforamerica.org/news/formalizing-an-ethical-data-culture/) in organizations - allowing _anyone_ to [pull the Andon cord](https://en.wikipedia.org/wiki/Andon_(manufacturing)) (to raise ethics concerns early in the process) and making _ethical assessments_ (e.g., in hiring) a core criteria team formation in AI projects. --- - -## Challenge 🚀 - - - - ## [Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/3) 🎯 - - ## Review & Self Study Courses and books help with understanding core ethics concepts and challenges, while case studies and tools help with applied ethics practices in real-world contexts. Here are a few resources to start with. @@ -265,10 +257,7 @@ Courses and books help with understanding core ethics concepts and challenges, w * [Ethics and Data Science](https://resources.oreilly.com/examples/0636920203964) - O'Reilly EBook (M. Loukides, H. Mason et. al) * [Data Science Ethics](https://www.coursera.org/learn/data-science-ethics#syllabus) - online course from the University of Michigan. * [Ethics Unwrapped](https://ethicsunwrapped.utexas.edu/case-studies) - case studies from the University of Texas. - - ---- # Assignment [Write A Data Ethics Case Study](assignment.md) diff --git a/2-Working-With-Data/06-non-relational/README.md b/2-Working-With-Data/06-non-relational/README.md index 32bbc17..808dc70 100644 --- a/2-Working-With-Data/06-non-relational/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -119,9 +119,6 @@ In most instances, APIs that return JSON data can be directly transferred and st The fields of interest in this document are: `created_at`, `id`, and `text`. - - - ## 🚀 Challenge