Replies: 6 comments 10 replies
-
Sample yaml file: name: 'Poverty Mapping Model for Timor Leste'
description: 'This is a sklearn random forest regressor model for predicting relative wealth for Timor Leste. (add more details here later...)'
card-type: model
organization:
name: "Thinking Machines Data Sciences Inc"
url: 'https://thinkingmachin.es'
date-added: '2023-03-02'
tags:
- poverty-mapping
- timor-leste
country-region: timor-leste
# alternate format for multi country/region
country-region:
- timor-leste
- philippines
- malaysia
year-period: 2016
evaluation-metrics:
- metric:
metric-type: rsquared
value: 0.59
- link:
description: 'Additional evaluation metrics discussion'
url: https://thinkingmachines.github.io/unicef-ai4d-poverty-mapping/notebooks/2023-01-17-initial-model-ph-mm-tl-kh/model_tl.html#evaluate-model-training-using-cross-validation
links:
- url: https://github.com/thinkingmachines/unicef-ai4d-poverty-mapping/blob/main/notebooks/2023-02-21-single-country-rollouts/model_tl_rollout.pkl
description: 'Timor Leste Poverty Mapping Model Weights (.pkl). See related notebooks for usage'
type: model-weights
- url: https://github.com/thinkingmachines/unicef-ai4d-poverty-mapping/blob/main/notebooks/2023-02-21-single-country-rollouts/rollout_output_tl.geojson
description: 'Country wide rollout (inference) of the Poverty Mapping Model on Timor Leste using 2.4km grids (bingtile quadkey level 14)'
type: 'dataset-geojson'
- url: https://github.com/thinkingmachines/unicef-ai4d-poverty-mapping/blob/main/notebooks/2023-02-21-single-country-rollouts/2023-03-02-tl_final_model_rollout.ipynb
description: 'Timor Leste Model Rollout Part 3 (Feature Engineering and Model Prediction on Rollout Grids)'
type: 'code-notebook'
- url: https://github.com/thinkingmachines/unicef-ai4d-poverty-mapping/blob/main/notebooks/2023-02-21-single-country-rollouts/2023_02-21-tl_final_model_training.ipynb
description: 'Timor Leste Model Rollout Part 1 (Training Final Single-country Model)'
type: 'code-notebook'
- url: https://github.com/thinkingmachines/unicef-ai4d-poverty-mapping/blob/main/notebooks/2023-02-21-single-country-rollouts/2023-03-01-tl_generate_populated_grids.ipynb
description: 'Timor Leste Model Rollout Part 2 (Generate Roll-out Grids)'
type: 'code-notebook'
|
Beta Was this translation helpful? Give feedback.
-
Looks good to me! Question on |
Beta Was this translation helpful? Give feedback.
-
Hi @butchtm, just want to clarify something. If the data provider has indicated a training dataset, can they also include the Just curious because right now, there's only one
Something like this or any schema that basically links the columns and sample data to its dataset. |
Beta Was this translation helpful? Give feedback.
-
Update 04/13/2023
|
Beta Was this translation helpful? Give feedback.
-
Hi @binkymilk I'm adding this new field in the generated catalog.json item:
So this means that catalog items will have an additional optional property called |
Beta Was this translation helpful? Give feedback.
-
#135 Supporting multi-country regions.
|
Beta Was this translation helpful? Give feedback.
-
This is to document the format of the catalog item.
Fields:
id - generated? (initial pass: use filename (without extension) on folder -- guaranteed to be unique per folder if only using .yml as extension and lower-case. )
name (required)
description (required)
card type (required) - values: 'model', 'dataset'
links (one or more links, at least 1 required)
organization - (required) (same as contributor?) - contains the following:
date-added (required)
date-modified (optional)
tags (optional but highly recommended) - one or more tags where each tag is a word (no spaces, lower-case, no underscores, dash-allowed)
country/region (optional) - one or more countries/region, where each country/region is validated against a list
year/period (optional)
detail-image-url (generated) NEW
used-by (optional) - list of items
evaluation metrics (optional) - one or more evaluation metric or a link
* metric type (required)
* value (required)
data columns (optional)
sample data (optional) rows:
Related items:
Beta Was this translation helpful? Give feedback.
All reactions