Anonymous ID: 095b06 June 13, 2020, 4:11 p.m. No.9603253   🗄️.is 🔗kun   >>3260 >>3262

>>9602630 lb

>Finally, I'm lucky to be married to Katharina Roesler. Check out what she's doing.

 

He's literally telling you to follow his wife, morons...

 

https://www.linkedin.com/in/katharina-roesler-70605814

Product Analyst

Square

Apr 2020 – Present 3 months

 

WORKS FOR @JACK!!!

 

https://www.kroesler.com/resume.php

 

Katharina Roesler

katroesler@gmail.com — kroesler.com — GitHub

EXPERIENCE Product Analyst - Square April 2020 - Present

Data Scientist - Quora July 2017 - April 2020

• Data lead on internationalization and product platform teams

• Informed strategy together with product managers, engineers, and designers

• Improved experimentation framework

• Mentored junior data scientists

Data Science Intern - Applied Research Works June 2016 - September 2016

• Wrote a research paper with Dr. Rupinder Singh.

EDUCATION Ph.D. Stanford University, Sociology June 2017

B.A. Princeton University, Sociology, Summa Cum Laude June 2012

SKILLS Programming

Python, SQL (Redshift, Postgres, MySQL, Presto), Unix, Javascript, R, git, Airflow

Statistics

Experimental design, machine learning, multilevel modeling, event history analysis

Languages

English (native), German (native), French (basic), Spanish (basic)

PUBLICATIONS Premarital Cohabitation September, 2018

M. J. Rosenfeld and K. Roesler. 2018.“Cohabitation Experience and Cohabitation’s

Association With Marital Dissolution.” Journal of Marriage and Family. Wiley link

and full paper.

RESEARCH

EXPERIENCE

Dissertation on police discrimination Autumn 2014 - Spring 2017

• Merged public datasets to create a new national dataset

• Fit multilevel and robust logistic regression models to predict likelihood of arrest

COURSES Sample of PhD courses 2012-2017

• Machine Learning (CS 229)

• Algorithms (CS 161, CS 168)

• Network Analysis (CS 224W)

• Applied Matrix Theory (MATH 104)

Anonymous ID: 095b06 June 13, 2020, 4:12 p.m. No.9603260   🗄️.is 🔗kun   >>3262

>>9603253

https://www.kroesler.com/research.php

 

Understanding COVID-19

Stuck at home, I ran some computer simulations to learn about COVID-19. Please see the full discussion here and the code on GitHub.

 

Police Professionalism and Racial Disparities in Arrest Rates

This is my dissertation, which is composed of three empirical chapters. The first chapter examines whether police agency racial diversity is related to black and white criminals' relative arrest rates. That is, can the over-representation of white police officers partially explain racial disparities in arrest rates?

 

I combine 2013 National Incident Based Reporting System (NIBRS) data on reported criminals) with law enforcement data, zip code-level demographic data, and county-level presedential election data to create a novel dataset. Please see GitHub for the scraping, cleaning, and analysis code.

 

The plots below show black and white criminal offenders' likelihood of arrest according to police agency racial diversity. Each dot is a police agency's arrest rate for black or white criminals. Please click the buttons on the left to see plots for each of the nine offenses I examine. The x-axis is police agencies' percentage of officers who are white, while the y-axis is the percentage of reported criminal offenders who are arrested in the same year (2013).

 

Predictors of Marital Dissolution

Dr. Michael Rosenfeld and I combined nine waves (1972-2015) of the National Survey of Family Growth (NSFG) to create a panel dataset of respondents' family, educational, and marital histories. We are using these data to determine how predictors of marital dissolution (divorce or separation) have changed over time, and I made the tool below (full page here) to allow everyone to play with the data themselves. Our first paper was published in The Journal of Marriage and Family, and a second paper will hopefully be accepted soon.

 

Data Science Internship

In the summer of 2016, I was a consulting data scientist at Applied Research Works, Inc., which is building a healthcare data analysis tool for doctors and insurance companies. Together with Dr. Rupinder Singh I wrote a research paper on fee-for-service Medicare costs, which I submitted to the journal INQUIRY. I also made the map below to visualize my findings.

 

Data Science Projects

I have a few pet projects at various stages of completion. One is Transcribr, a web app that lets you convert audio (interviews) to text. A second project is the Yelp Dataset Challenge, for which I wrote a short paper on topics mentioned in restaurant reviews.

 

Another fun project is a NetLogo model I made to explore gender dynamics in a hypothetical industry. It shows how moderate levels of homophily and incoming gender disparities can impact company structure and employee outcomes. Please play around with it here or download the model.

 

Mexican Assimilation according to Yelp Reviews

I scraped approximately 200K Yelp.com reviews of Mexican restaurants for a project with Dr. Tomás Jiménez and Anna Boch. I also used Yelp's Academic Dataset (Round 8), which includes data from six major US cities. I made an interactive map to show the geographic distribution of restaurants and their reviews. I used regular expressions to code reviews' themes, such as whether they mention the ethnicity of the food or its authenticity. We use these data to understand how different forms of assimilation relate to cultural (food-related) assimilation. Please see this project's website and Github page.

 

Independent Voters

I took a class on Machine Learning (CS 229), for which I wrote this paper and made this poster. I also made a map of US political party representation to accompany the project.

 

One interesting finding was that feelings of warmth better distinguish political identities than do opinions on actual "political issues." For instance, Democrats and Republicans are more different on the top two principal components related to warmth statements than for the largest two components for political issues. However, both sets of principal components are poor predictors of identifying as an Independent, as Independents are similar to both Democrats and Republicans.

 

Arrest Networks

I took a class on network analysis (CS 224W) and conducted a project asking which types of crimes are often committed simultaneously. Together with Dustin Fink, I constructed and examined a network of arrest charges, with weights representing the number of people charged with both crimes at the same time. We improved the SimRank algorithm to efficiently compute charges' similarity to each other and wrote this paper.

Anonymous ID: 095b06 June 13, 2020, 4:12 p.m. No.9603262   🗄️.is 🔗kun

>>9603253

>>9603260

 

I also made the network visualization at the top of this page, in which edges represent the Chi-squared residuals of charges' arrest co-occurrences. That is, edges are weighted by the difference between actual and expected co-occurrences, divided by the square root of expected co-occurrences. You can see that people tend to be arrested for similar crimes together, such as gambling and betting. In addition, certain edges span clusters in understandable ways, such as weapons to/from drug offenses and kidnapping to/from forcible rape.

 

California Millionaires

Together with Drs. Cristobal Young and Charles Varner, I worked with California tax payer data from 1987-2012. With over 430 million person-years of tax data, the project will answer several pressing questions, such as whether the tax on millionaires introduced in 2004 caused them to migrate out of California.

 

Another potential application of these data is to look at residential segregation by income. To do so, made the figures below, which show zip codes' average incomes from 1995-2010.

 

Billionaire Migration

I worked on a project with Dr. Young to determine how tax rates influence extremely wealthy individuals' choice of residence. I scraped Forbes.com for data on the 400 richest Americans, as well as on the world's millionaires. We will likely model migration using a discrete-time event-history (longitudinal logistic regression) model, or a gravity model.

 

Other Projects

In addition to the projects described above, I have a few "dormant" projects. One is a social psychological experiment that I conducted with the Laboratory for the Study of American Values. Using a nationally representative panel (YouGov), I manipulated the legality of two behaviors and measured respondents' attitudes towards the behavior. The findings suggest that illegality may increase perceived immorality, but further experiments are needed to eliminate several alternative hypotheses.

 

Another study uses Twitter data as a measure of public opinion. I used the Twitter Stream API to gather tweets mentioning LGBT-related words before and after the Obergefell Supreme Court decision legalizing gay marriage nationwide. I hope to examine changes in the discussion of LGBT people and their rights resulting from this historical legal decision.