Community Data Science Workshops (Fall 2014)/Reflections: Difference between revisions

From CommunityData
 
 
Line 236: Line 236:


* Session 1: Pizza from Jet City Pizza
* Session 1: Pizza from Jet City Pizza
* Session 2: Indian (four entries) from Jewel of India
* Session 2: Indian (four entrees) from Jewel of India
* Session 3: Greek food (e.g., salad, hummus, spinach pies, souvlaki) from Costas
* Session 3: Greek food (e.g., salad, hummus, spinach pies, souvlaki) from Costas


Because [[Mako]] did the ordering, everybody ate vegetarian. At least one person complained about the lack of meet in Session 2 (but seemed     to be confused into think it was present in Session 1).
Because [[Mako]] did the ordering, everybody ate vegetarian. At least one person complained about the lack of meat in Session 2 (but seemed to be confused into thinking it was present in Session 1).


<!--  
<!--  

Latest revision as of 03:38, 27 December 2014

If you're interested in putting on your own CDSW, you should also see our reflections from Spring 2014.

Over three weekends in Fall 2014, a group of volunteers organized the Community Data Science Workshops (Fall 2014) the latest in a series of four sessions workshops designed to introduce some of the basic tools of programming and analysis of data from online communities to absolute beginners. The Fall 2014 events were held between November 7th and 22nd in 2014 at the University of Washington in Seattle.

This page hosts reflections on organization and curriculum and is written for anybody interested in organizing their own CDSW — including the authors!

In general, the mentors and students suggested that the workshops were a huge success. Students suggested that learned an enormous amount and benefited enormously. Mentors were also generally very excited about running similar projects in the future. That said, we all felt there were many ways to improve on the sessions which we have detailed below.

If you have any questions or issues, you can contact Benjamin Mako Hill directly or can email the whole group of mentors at cdsw-au2014-mentors@uw.edu.

Structure[edit]

The Community Data Science Workshops (Fall 2014) consisted of four sessions:

Our organization and the curriculum for Sessions 0 and 1 were originally borrowed from the Boston Python Workshop (BPW) although our curriculum has diverged quite a bit as we've improved it and tailored it to the specific learning goals in our sessions.

Session 0 was a three hour evening session to install software. All three of the other sessions were all day-long session (10am to 4pm) sessions broken up into the following schedule:

  • Morning, 10am-12:20: A 2 hour lecture
  • Lunch, 12:20-1pm
  • Afternoon, 1pm-3:30pm: Practice working on projects in 3 breakout sessions
  • Wrap-up, 3:30pm-4pm: Wrap-up, next steps, and upcoming opportunities

We collected detailed feedback from users at three points using the following Google forms (these are copies):

We used this feedback to both evaluate what worked well and what did not and to get a sense of what students wanted to learn in the next session and which afternoon sessions they might find interesting.

Participants[edit]

We had 30 mentors who attended at least one of the sessions and at least 20 mentors at each sessions. Many of our mentors were UW students in more technical departments like Computer Science and Engineering and Human Centered Design & Engineering. Perhaps half of them worked outside of the university as software developers.

We had about 150 participants apply to attend the sessions. We selected on programming skill (to ensure that all attendees were complete beginners), enthusiasm, and randomly to maintain a learner to mentor ratio of between 4 and 5. We admitted 80 participants. 58 listed a UW affiliations. Affiliations listed by at least three people include the following:

Department Participants
HCDE 16
iSchool 10
Communication 8
Anthropology 3
Alumni 4
Undergrad 3

We had two people each who listed their affiliations as Bio- and Health Informatics, the Foster School of Management, Microsoft, and Wikipedia.

We also had people from Psychology, the City of Seattle, the Low Income Housing Project, Seattle Meshnet, Biochemical Engineering, Bio Physical, Chemical Engineering, Game Studies, Linguistic, College of the Environment, Oceanography, the School and Public Health, UW Bothell, Central Washington University, and many people who did not specify an affiliation. We continue to think that it's important that people who are not doing research but who are are part of online communities were in the mix with UW-type researchers. Bringing together researchers and participants in online communities is an important goal and would like to work toward more balance in this regard and to increase the amount of non-UW participation.

Retention between session and 0 and 1 was nearly 100%. Retention between sessions 1 and 2 and sessions 2 and 3 was roughly 75% leaving us with perhaps 55-60% retention between session 0 and session 3.

Anecdotally, there is a sense that those who are dropping were those who had trouble but who didn’t struggle visibly.

Although our participant pool in CDSW (Spring 2014) was overwhelming female (80-90%), there was close to gender balance in both students and mentors this time around.

Once again, quite a large number of people applied were already skilled programmers. We're still not exactly sure why these people are applying because we think that the fact that the workshops are for absolute beginners is very clear. Perhaps people just want more exposure to data science?

Once again, the constraint on scaling the workshop was the number of mentors. Every mentor we added means that the workshop can accommodate four more participants.

One suggestion was allowing participants with have some programming skills — especially for the second and third workshops (given predictable rates of retention). There was not consensus among the organizers and mentors on this approach and preferred getting more newbies and invest more in them?

Morning Lectures[edit]

Benjamin Mako Hill gave lectures in Session 1 and 3. Frances Hocutt gave the lecture in Session 2 and we felt that this was was an important step. An important future goal is getting other people to give lectures. Tommy is an obvious choice to do one next time. Different faces, perspective, and backgrounds are useful to communicate the breadth of interest here. Mako does not want to be the only one giving these lectures.

Our biggest challenge with growing the workshops was with physical space for the lectures. Basically, rooms that can hold more than 100 people at UW are almost exclusively lectures halls that make it almost impossible for mentors to physically reach students in order to help them debug and solve problems.

We reserved a lecture hall that fit 200 people and filled it with 100 students in alternating rows to make it at least possible to reach each person. This worked reasonably well although it was still suboptimal.

People continue to want a record of lectures. At the very minimum, we should make sure that we turn on console logging so that we can post this after the lectures. We intended to record lectures but, once again, this got lost in all the crazy preparation for the events.

Afternoon Sessions[edit]

Projects are done in breakout sessions in a series of three rooms. The general problem was that insisted on teacher per topic and topics were very unequal in their popularity. Next time, we will likely prepare to have multiple teacher for multiple rooms on topics we know will be more popular.

Several changes we hope to make include:

  • As we refine this process, we were also interested in thinking of trying to select or refine breakout sessions so that they are more closely tailored to individuals and their interests. Next time, we will consider mining the registration for a list of research questions we might use.
  • We want to emphasize bringing people back together more often. In particular, we found that bringing people together back together share work several time during each session and then once in the end to show of achievements or interesting results was effective. We also need to designate a person to a person to go between for each session to remind people to reconvene and to create a program of important or inspiring achievements for presenting to the group at the very end.
  • There seemed to be broad interest in examples or projects that are focused on public health and/or epidemiological data.
  • We would love to create an afternoon project for Session 3 on basic statistical analysis in Python using scipy, statsmodels, and pandas. At least ten participants would have been enthusiastic to take it.

Session 0: Python Setup[edit]

The goal of this session was to get users setup with Python and starting to learn some Python basics. We changed the curriculum originally used by BPW enormously to use Continuum's Anaconda instead of Python directly from python.org. The result was staggering. Not a single person reported "many problems with set-up" (i.e., respondents reported either "no problems" or a "few problems.")

That said, we had several major concerns:

  • Anaconda is not free software/open source.
  • Anaconda does not support Python 3 which we'd like to move to.
  • Anaconda seems to have at least some remaining i10n bugs. For example, one student had a home directory set to a Chinese string which caused the Anaconda installation to fail at a late stage. This was eventually fixed by a mentor who changed the path by hand.

Additionally, we moved the Windows curriculum from away from cmd to using Powershell. This was an huge and unqualified improvement because it meant that ls works and the rest of the curriculum could converge. The only concerns were that Powershell is not installed on Windows XP although not a single student had Windows XP.

Changes for next time include:

  • Because it was less necessary, we will deemphasize recruiting mentors to the Friday night session. Many folks were standing around.
  • Because Powershell was successful, we're going to try to create a single consolidated set of installation instructions for Windows, Mac OSX, and GNU/Linux
  • We will make it more clear to mentors whether participants should self-report they’d completed the steps or whether the mentor should verify that the steps were all taken (the latter). In future, we will email mentors ahead of time to let them know.
  • In a related issue, not everybody loves the checkout step. Maybe there's a way we can make it more fun?
  • We need to do a better job of modeling sticky notes so folks use them more effectively.
  • The sticky notes we bought were small and ambiguous color. We should get large red sticky notes next time.
  • We should set up/arrange/select space to facilitate better circulation of mentors. Generally, we found that when mentors can circulate easily things are better for participants.
  • We are going to try writing additional installation instructions that do not rely on Anaconda so people have a fully open source option.
  • Once again, not a single person outside of the mentor group ran GNU/Linux. We should strongly consider how much effort we want to put into maintaining this part of the curriculum which, to date, has never been used.
  • We want to seriously investigate the possibility of moving to Python 3 to try to address lingering Unicode issues.

We also had a bunch of general feedback on how we could improvement mentorship that is particularly relevant to this session.

Session 1: Introduction to Python[edit]

The goal of this session was to teach the basic of programming in Python. The basic curriculum was originally built off the Boston Python Workshop curriculum which has been used many times and is well tested. Unsurprisingly, it worked well for us as well.

That said, we made several major changes this time around. The biggest is that we retained only the Wordplay project. We also created a new project, Baby Names, that uses Social Security Administration data on the frequency of Baby Names.

Afternoon sessions[edit]

We felt that that the new Baby Names project was excellent and feedback was overwhelmingly positive. Because it includes both dictionaries and lists of names (in the form of .keys() methods), it can do everything that Wordplay can but it has a much stronger feel of data science to it and, generally, a higher ceiling. Wordplay felt relatively boring.

Suggestions based on feedback include:

  • Do a better job of bringing folks back together to walk through potential solutions to the questions posed in the project rooms.
  • Consider simply having two smaller rooms doing Baby Names and perhaps having one that emphasizes more numeric and math operations.
  • Prepare questions before hand, list them all up front, and let folks choose what to work on.

Session 2: Learning APIs[edit]

The goal of this session was to describe what web APIs were, how they worked (making HTTP requests and receiving data back), how to understand JSON Data, and how to use common web APIs from Wikipedia and Twitter.

Morning lecture[edit]

The morning lecture was given by Frances Hocutt and it was well received. Unsurprisingly, the example of PlaceKitten as an API was an enormous hit: informative and cute.

Frances used excellent slides which are shared on the wiki page and which we will reuse. About half found the lecture either too fast or too slow and about half found the lecture to be just right.

Since many people felt the lecture was on the slower side, we want to use this time to introduce function definitions. We will also devote a bit less time to review which, because of the one week spacing between sessions, feels less important than it did last time.

Afternoon sessions[edit]

There were three parallel afternoon sessions on Twitter, Wikipedia API and SQL. All three were successful and we plan to do some version of all three sessions next round:

Twitter:

  • Once again, the session had too many people for the room and we should consider splitting it if we have mentors who are comfortable teaching it and we should try to arrange this ahead of time.
  • We should be careful to make sure that the advance notice asks everybody to download the project zip file ahead of time. If we're going to do this in class instead, we should set up a short URL to help streamline the process without forcing everybody to head to the wiki for things.
  • A bunch of people found the Twitter session too fast so we should try to slow this down.
  • TweePy continues to be both poorly documented and opaque. The opaqueness of TweePy was a problem and we may want to create an interface to TweePy that just gives users raw JSON.

Wikipedia workshop:

  • In terms of delivery, there was mixed feedback including some excellent feedback and some who felt that it was too detailed and slow. This mirrored some of our feedback from last time. One approach would be to make the Wikipedia room be a designated "slower" room.
  • We should consider graduated challenges that go from less challenging to more and more challenging which might help with the fact there is a range of learning levels.

SQL workshop:

Jonathan ran a session on using SQL. Although this was a diversion from the strong Python focus, it was well attended and appreciated by students trying to build up this skill.

  • Generally the session was was very successful and seemed to do a good job of giving people an overview of a data science and a way to hook themselves in to it.
  • Next session, if we do this again, we should consider integrating Python more closely into this. We may either close the loop in this session or perhaps split into two sessions: (1) introduction to SQL; and (2) using Python to bring data back into Python (e.g., in Pandas).
  • We should consider hosting an open SQL database somewhere.

Session 3: Data Analysis and Visualization[edit]

The goal of the lecture was to walk people through the actual mess of writing code from scratch and focused on a single example of code that builds a dataset from Wikipedia.

In general, goals were clearer this time and the use of Anaconda meant that we could use requests which cleaned up several problems last time and led to more clear code.

One challenge, pointed out in a question at the end of the final lecture, is that we don't actually do very much actual data analysis during the lecture. Next time, we should make this much more clear up front. The reality is that we were doing analysis from the very first day and that where analysis starts and where data cleaning and munging ends can be fluid, fuzzy, and subjective. We should foreground this in the beginning of the lecture or even at the beginning of the workshops.

Afternoon sessions[edit]

We ran two sessions this time.

An analysis with spreadsheets session similar to what we taught last time. This was improved and more effective. By the end, many participants were modifying the code to build their own datasets and doing their own visualizations. One student built a time series of edits to articles about death by police and another to articles about the NFL. In both cases, real patterns driven by current events became clearly visible.

We also ran a session on matplotlib which was taught by two mentors we brought in specifically to teach it but who had limited experience with the CDSW. Some people in the session were lost. Because the mentors who taught it were not at the other sessions, they therefore didn’t go in with a good sense of where the participants were at. In the future, we should loop in teachers better to where the participants are at. For example, we might encourage new mentors do a practice session with some friendly folks before they let loose.

Also, next session, we are going to consider using SeaBorn instead of matplotlib which Tommy seemed excited about.

General Feedback[edit]

  • Generally, there was a sense that we should stop creating pages in the wiki by copying and pasting old stuff. This was the BPW model but it's leading to madness. We when archive an old version of a site, we can use MediaWiki to create links to the old version of the pages (we can install templates from English Wikipedia to help make this easier).
  • We should try to schedule the workshop not quite so close to the end of the quarter. The beginning or middle of the quarter should be better for UW students.
  • Mentors should post the code generated in the break-out sessions. Encourage them to capture the code created in examples and to post these afterward systematically.
  • There was general interest in pair programming or more team based exercised. We should consider changes along this line.
  • There was a need for several on-the-fly corrections of the instructions and files on the wiki during the workshop. Better planning and testing for this will be very useful.

Mentorship[edit]

Last time through, most of our observation were focused on improving the experience of attendees and we think we didn't spend as much time on helping mentors have a great experience and helping them prepare effectively. We had many new mentors this round. One general concern was the relative lack of mentor training, especially before the first sessions. We had a series of pieces of feedback on how to improve this.

  • Arrange a pre-CDSW mentors meeting (perhaps a day or two before to over material) and maybe at a bar or other social environment with beer and pizza. We could use this to set norms, best practices, goals, planning, etc.
  • Perhaps meet 15-20 minutes early before Session 0 to get to know each other and over things.
  • Create some easier way to distinguish mentors from students (e.g., t-shirts, buttons, paper them head to foot in sticky notes).
  • Send out detailed instructions and emails to mentors, or create pages in this wiki, that detail good mentoring. For example:
    • How much should you help? Some. But be careful not to just give away the answer, to focus too much on elegance or technical correctness. Be careful not to overwhelm the learners.
    • Explicitly encourage mentors to reach out to students and ask them how things are going by walking around to every single person to ask, “How are you doing? What are you working on? Show me what you’re doing.”

More Projects or Better Projects[edit]

Once again, we had certain afternoon project sessions that were much more effective than others. One thing we were conflicted about was whether we wanted more break-out sessions or whether we should just use the best of the break-out sessions (perhaps in two rooms).

Arguments for smaller groups of the best break-out session include:

  • Focus on a known good thing.
  • Pre-canned sessions make it easier for new mentors to feel confident and be successful.

Arguments against include:

  • Diversity of projects inspires people to do the kinds of things that people can do with this new knowledge. 


We should pursue other ways to encourage creativity with code. For example, we might give participants creative/flexible moments within sessions and lectures might be empowering in similar ways. We can also continue to call out participants who are doing creative things.

Budget[edit]

We spent a total of $3280 on the CDSW. We spent approximately $280 on coffee. About $350 of this funded food and refreshments during post-session meetings among the mentors. About $280 was spent on coffee,

The rest (the large majority) was spent on food. Because were better able to model retention this time around, we did a much better job of ordering the "right" amount of food. We ordered:

  • Session 1: Pizza from Jet City Pizza
  • Session 2: Indian (four entrees) from Jewel of India
  • Session 3: Greek food (e.g., salad, hummus, spinach pies, souvlaki) from Costas

Because Mako did the ordering, everybody ate vegetarian. At least one person complained about the lack of meat in Session 2 (but seemed to be confused into thinking it was present in Session 1).