This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Severo edited this page Jan 29, 2020
·
25 revisions
This is the public challenge for the Machine Learning Specialist and Data Scientist positions at 3778 Healthcare.
The dataset used for this challenge consists of time-series data on economic and health indicators of multiple countries. The objective is to predict the values for 2013, 2014 and 2015 using previous years as well as 2016 and 2017. For more information regarding the dataset please see Dataset.
- Generate a private personal repository using this template.
-
Download hnp_stats_csv.zip, extract it into
data/
. The final directory should look like this:
data
├── HNP_StatsCountry.csv
├── HNP_StatsCountry-Series.csv
├── HNP_StatsData.csv
├── HNP_StatsFootNote.csv
├── HNP_StatsSeries.csv
└── HNP_StatsSeries-Time.csv
- Install dependencies and run
python -m challenge._internal.make_data
to create filesdata/{data,test,answers}.csv
. - Train your model and evaluate it with the supplied function;
- Use
README.md
or a Jupyter notebook to summarize your results (see Request an evaluation for more details). - Request an evaluation.
Make sure you followed the rules, otherwise you will be ignored.
Remember, this is an iterative process. Refer to the diagram for more information.
Feel free to create an issue regarding questions and suggestions.
We are in beta, contact us at [email protected]
for inquiries.
Help us by starring this repository!