Project

cuttlefish

0.07
No commit activity in last 3 years
No release in over 3 years
Tools for Grouper's Cuttlefish contest
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.6.7
 Project Readme
    __________
   /_____/  u \            The Grouper Social Club
   \_____\____ \           Cuttlefish Challenge
             \\\\\

We're proud to announce that Rory MacQueen has won the Cuttlefish Challenge with 296 correct predictions.

Rory, from now on all of your Groupers are on us. Plus we'll screen every one you go on using your fresh algorithm.

For everyone else, Rory's algorithm now has a target on it. If you can beat his score, you can join him as a lifelong VIP.

Cuttlefish Challenge

At Grouper Social Club, we predict who you're going to get along with based on the content of your Facebook profile. Everyone who joins the club connects with Facebook. After our members go on a Grouper, we track whether or not they friend each other afterwards.

We've gotten pretty good at predicting friendships. Now, for the first time ever, we're letting curious hackers test their mettle against our data.

What's in this repo?

This repo contains two CSV files. Each row in the CSV has information for a pair of members that met each other on a grouper. Height is in inches and headers with asterisks are from our internal ratings and are intentionally mislabeled.

training_data.csv has a sample of 3500 pairs. The final column is a boolean that's TRUE when the members became friends after their Grouper

test_data.csv has a sample of 500 pairs. Your goal is to fill in the empty members_became_friends column as accurately as possible.

How do I get started?

Just submit a pull request with the filled in test_data.csv and the code that you used to get it.

How do you define a friendship?

For us to attribute a friendship to the Grouper, the two members must have become friends within 14 days of meeting each other on their grouper. All samples occurred at least 14 days ago. For simplicity, this challenge only includes male/female pairs. Approximately half of the members in both the training and test sets became friends afterwards.

All grouper members have been anonymized, and several fields have been renamed of course.

What's a cuttlefish?

The best fish. We call him Cthulhu (or Louis for short).

What do I get if I win?

If you win, we'll set you up with unlimited Groupers for life. Plus, we'll run every potential match that we set you up with against your algorithm, and only send you out if you're going to become friends.