Skip to content

Commit

Permalink
update data science wording
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesAHunt committed May 2, 2019
1 parent 3ba61fc commit 5ec7d57
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions challenges/DataScienceChallenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
### Description

Can we use geographical coordinates paired with a point in time, representing someone's birth date, to
determine the meteorological season? In this competition, the challenge is to develop an algorithm
which accurately identifies a meteorological season based on the inputs of coordinates and birth date.
determine the meteorological season in which someone were born? In this competition, the challenge is to
develop an algorithm which accurately identifies a meteorological season based on the inputs of coordinates
and birth date.

The challenge is to ingest and interpret data from open APIs and other data sources. You need to determine
You will need to ingest and interpret data from open APIs and other data sources to determine
which data is useful, finding the signal in the sea of information.

### Evaluation
Expand All @@ -30,15 +31,14 @@ Submit your script in the form of a `pull-request` to this repository. How do I

#### FAQ
<strong>What is a meteorological season?</strong>
> For the purposes of this challenge, a meteorological season is one of `Winter`, `Spring`, `Summer`, or `Autumn`.
> For the purposes of this challenge, a meteorological season is one of `Winter`, `Spring`, `Summer`, or `Autumn`.
<strong>When do meteorological seasons begin?</strong>
> Meteorological winter begins on December 1. It includes the months of December, January, and February
> Meteorological spring begins on March 1 and includes the months of March, April, and May
> Meteorological summer begins on June 1. It includes the months of June, July, and August
> Meteorological fall begins on September 1 and includes the months of September, October, and November
> Meteorological winter begins on December 1. It includes the months of December, January, and February
> Meteorological spring begins on March 1 and includes the months of March, April, and May
> Meteorological summer begins on June 1. It includes the months of June, July, and August
> Meteorological fall begins on September 1 and includes the months of September, October, and November
<strong>What are some open data APIs I can use that would be useful for this challenge?</strong>
> https://openweathermap.org/api
> https://openweathermap.org/api

0 comments on commit 5ec7d57

Please sign in to comment.