# About the Richter's Predictor category

**URL:** https://community.drivendata.org/t/about-the-richters-predictor-category/4332
**Category:** Richter's Predictor
**Created:** [April 8, 2020, 3:57pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332 "2020-04-08T15:57:36Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![bull](https://yyz2.discourse-cdn.com/flex028/user_avatar/community.drivendata.org/bull/32/8_2.png) [@bull](https://community.drivendata.org/u/bull)
#### Post date: [April 8, 2020, 3:57pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/1 "2020-04-08T15:57:36Z")

</div>

This category is for posts about the [Richter’s Predictor: Modeling Earthquake Damage](https://www.drivendata.org/competitions/57/nepal-earthquake/) competition. Please keep all posts here specific to the competition.

---

<div class="post-metadata">

### Author: ![Kritiker](https://avatars.discourse-cdn.com/v4/letter/k/3ab097/32.png) [@Kritiker](https://community.drivendata.org/u/Kritiker)
#### Post date: [April 26, 2020, 8:50pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/2 "2020-04-26T20:50:04Z")

</div>

Just one question, why do you want to use F-score instead of ROC AUC to assess the models ?

---

<div class="post-metadata">

### Author: ![Bims](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@Bims](https://community.drivendata.org/u/Bims)
#### Post date: [May 4, 2020, 7:36pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/3 "2020-05-04T19:36:23Z")

</div>

I noticed the training labels data are much more than the training data. Any reason why, and what do I have to do.

---

<div class="post-metadata">

### Author: ![naveen\_9697](https://avatars.discourse-cdn.com/v4/letter/n/4491bb/32.png) [@naveen\_9697](https://community.drivendata.org/u/naveen_9697)
#### Post date: [September 12, 2020, 2:29pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/4 "2020-09-12T14:29:50Z")

</div>

AUC can be used only when you have binary labels. But, we have 3 labels in this problem.

F1 score is basically a balance between Precision and Recall. It has multiple variants(micro, macro, weighted). Macro Averaged F1 Score is the evaluation metric here, which is nothing but, mean of the F1 scores of all classes. It is usually used to get unbiased estimate of multi-class classification problems and also to ensure under-sampled classes don’t have any impact on over-sampled classes in the final result.

---

<div class="post-metadata">

### Author: ![naveen\_9697](https://avatars.discourse-cdn.com/v4/letter/n/4491bb/32.png) [@naveen\_9697](https://community.drivendata.org/u/naveen_9697)
#### Post date: [September 12, 2020, 2:30pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/5 "2020-09-12T14:30:33Z")

</div>

No, both of them are 260,601.

---

<div class="post-metadata">

### Author: ![luke\_stevens42](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@luke\_stevens42](https://community.drivendata.org/u/luke_stevens42)
#### Post date: [November 5, 2020, 5:40pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/6 "2020-11-05T17:40:48Z")

</div>

How do we interpret the geo\_level features? I can’t find anything geographic in Nepal that would correspond to 30 regions for geo\_level\_1. Are they Districts/Wards/Municipalities? There are only 11 districts in the original dataset, so I’m guessing geo\_level\_1 has to be something else?

---

<div class="post-metadata">

### Author: ![apassan](https://avatars.discourse-cdn.com/v4/letter/a/90ced4/32.png) [@apassan](https://community.drivendata.org/u/apassan)
#### Post date: [June 29, 2022, 3:18pm UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/7 "2022-06-29T15:18:26Z")

</div>

Did you ever figure out the categorical letter representations?

---

<div class="post-metadata">

### Author: ![Njdeep](https://avatars.discourse-cdn.com/v4/letter/n/9e8a1a/32.png) [@Njdeep](https://community.drivendata.org/u/Njdeep)
#### Post date: [January 23, 2024, 1:47am UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/8 "2024-01-23T01:47:31Z")

</div>

I also encountered same

---

<div class="post-metadata">

### Author: ![Njdeep](https://avatars.discourse-cdn.com/v4/letter/n/9e8a1a/32.png) [@Njdeep](https://community.drivendata.org/u/Njdeep)
#### Post date: [January 23, 2024, 1:49am UTC](https://community.drivendata.org/t/about-the-richters-predictor-category/4332/9 "2024-01-23T01:49:47Z")

</div>

No I also encountered same I also came across different data type of both the dataset
