Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeff1evesque/interview-deloitte
Analyze fictitious 10K race data
https://github.com/jeff1evesque/interview-deloitte
Last synced: 3 days ago
JSON representation
Analyze fictitious 10K race data
- Host: GitHub
- URL: https://github.com/jeff1evesque/interview-deloitte
- Owner: jeff1evesque
- Created: 2018-06-02T13:17:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T22:43:03.000Z (over 6 years ago)
- Last Synced: 2024-11-08T06:06:16.642Z (about 2 months ago)
- Language: R
- Homepage:
- Size: 343 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deloitte Data Science
The repository contains the coding challenge for a data science position at [Deloitte](https://www2.deloitte.com/us/en.html).
Relevant exercise [documents](https://github.com/jeff1evesque/deloitte-data-exercise/tree/master/data)
can be reviewed, prior to running each of the following scripts:- [`descriptive_statistics.R`](https://github.com/jeff1evesque/deloitte-data-exercise/blob/master/descriptive_statistics.R)
- [`gun_delta_net.R`](https://github.com/jeff1evesque/deloitte-data-exercise/blob/master/gun_delta_net.R)
- [`division_results.R`](https://github.com/jeff1evesque/deloitte-data-exercise/blob/master/division_results.R)
- [`chris_doe.R`](https://github.com/jeff1evesque/deloitte-data-exercise/blob/master/chris_doe.R)**Note:** a custom [`deloitteUtility`](https://github.com/jeff1evesque/deloitte-data-exercise/tree/master/packages/deloitteUtility)
package was created, invoked automatically by each of the above scripts.Though the generated [visualizations](https://www.dropbox.com/sh/rbn6y3fzkuj6p8r/AACMXSYY6-MtYRmb4KNLw0PHa?dl=0),
as well as the submitted [slide-deck](https://www.dropbox.com/sh/66hm7m6r6mat20o/AACvzeltcyUjbQ8GNnFNudG2a?dl=0)
have not been committed in this repository, they were submitted along with this full repository prior to the final
interview. Additionally, the above scripts was developed within [RStudio](https://www.rstudio.com/), in case any
troubles arise with the terminal cli implementation.