MakeHealth datathon [Website]
Tabular data for Dengue can be downloaded in the following items
Satellite features for 164 images for Medellin can be downloaded here in pickle
format. The shape for each file is given by the structure (164, 100)
, where 100 represents the number of features obtained for each model.
- Features 1 - Download: Feature extraction variation based on resnet50 pretrained on Imagenet - Extracted from Sentinel 2 in Medellin between 2015-2018
- Features 2 - Download: Feature extraction variation based on vision transformers pretrained on Imagenet - Extracted from Sentinel 2 in Medellin between 2015-2018
For all models, find labels here: Download
Satellite embeddings for 164 images of Medellin can be downloaded here in pickle
and csv
format.
pickle
: The shape for eachpickle
file is given by the structure(164, n_features)
, where n_features represents the number of features obtained for each model.
- Features 4 - Download: Embeddings generated using a variational autoencoder with latent space of 100 (100 features) in pickle format - Extracted from Sentinel 2 in Medellin between 2015-2018
- Features 5 - Download: Embeddings generated using a variational autoencoder with latent space of 200 (200 features) in pickle format - Extracted from Sentinel 2 in Medellin between 2015-2018
csv
: The shape for eachcsv
file is given by the structure(164, n_features + 1)
, where n_features represents the number of features obtained for each model and the extra column is the date of the image.
- Features 6 - Download: Embeddings generated using a variational autoencoder with latent space of 100 (100 features) in csv format - Extracted from Sentinel 2 in Medellin between 2015-2018
- Features 7 - Download: Embeddings generated using a variational autoencoder with latent space of 200 (200 features) in csv format - Extracted from Sentinel 2 in Medellin between 2015-2018 For all models, find labels here: Download
Satellite embeddings for 164 images of Medellin can be downloaded here in pickle
and csv
format.
pickle
: The shape for eachpickle
file is given by the structure(164, n_features)
, where n_features represents the number of features obtained for each model.
- Features 8 - Download: Embeddings generated using the first 100 principal components in pickle format - Extracted from Sentinel 2 in Medellin between 2015-2018
- Features 9 - Download: Embeddings generated using the first 10 principal components in each band (120 features in total per image) in pickle format - Extracted from Sentinel 2 in Medellin between 2015-2018
csv
: The shape for eachcsv
file is given by the structure(164, n_features + 1)
, where n_features represents the number of features obtained for each model and the extra column is the date of the image.
- Features 10 - Download: Embeddings generated using the first 100 principal components in csv format - Extracted from Sentinel 2 in Medellin between 2015-2018
- Features 11 - Download: Embeddings generated using the first 10 principal components in each band (120 features in total per image) in csv format - Extracted from Sentinel 2 in Medellin between 2015-2018
For all models, find labels here: Download
Array of tahes in pickle
format of shape (164)
:
- Dates - Download: Dates of each satellite image in pickle format.
- Dataframe - Download: Labels of each images based on number of cases in CSV format.