ControlNet/WT-Data-Project
WT-DATA-PROJECT.DATA Data collected in wt-data-project. Repository Info wt-data-project.data wt-data-project.web wt-data-project.visualization Visualization The visualization part is in this webpage.… See the full description on the dataset page: https://huggingface.co/datasets/ControlNet/WT-Data-Project.
01.6k
1# WT-DATA-PROJECT.DATA2Data collected in wt-data-project.3 4<table>5 <tr>6 <th>Repository</th>7 <th>Info</th>8 </tr>9 <tr>10 <td><a href="https://github.com/ControlNet/wt-data-project.data">wt-data-project.data</a></td>11 <td>12 <img src="https://img.shields.io/github/forks/ControlNet/wt-data-project.data?style=flat-square" alt="">13 <img src="https://img.shields.io/github/stars/ControlNet/wt-data-project.data?style=flat-square" alt="">14 <img src="https://img.shields.io/github/last-commit/ControlNet/wt-data-project.data/master?style=flat-square" alt="">15 </td>16 </tr>17 <tr>18 <td><a href="https://github.com/ControlNet/wt-data-project.web">wt-data-project.web</a></td>19 <td>20 <img src="https://img.shields.io/github/forks/ControlNet/wt-data-project.web?style=flat-square" alt="">21 <img src="https://img.shields.io/github/stars/ControlNet/wt-data-project.web?style=flat-square" alt="">22 <img src="https://img.shields.io/github/last-commit/ControlNet/wt-data-project.web?style=flat-square" alt="">23 <img src="https://img.shields.io/website?style=flat-square&up_message=online&url=https%3A%2F%2Fwt.controlnet.space" alt="">24 </td>25 </tr>26 <tr>27 <td><a href="https://github.com/ControlNet/wt-data-project.visualization">wt-data-project.visualization</a></td>28 <td>29 <img src="https://img.shields.io/github/forks/ControlNet/wt-data-project.visualization?style=flat-square" alt="">30 <img src="https://img.shields.io/github/stars/ControlNet/wt-data-project.visualization?style=flat-square" alt="">31 <img src="https://img.shields.io/github/last-commit/ControlNet/wt-data-project.visualization/master?style=flat-square" alt="">32 </td>33 </tr>34</table>35 36## Visualization37The visualization part is in this [webpage](https://wt.controlnet.space).38 39## Other links40The dataset is also hosted on [Kaggle](https://www.kaggle.com/datasets/controlnet999/wt-data-project).41 42## Time-series RB battle ranks data43File `rb_ranks_1.csv`: containing a time-series from 2019-11-22 until now, and grouped as battle rating ranges = 1.0.44 45File `rb_ranks_0.csv`: time-series data for each battle rating and nation46 47File `rb_ranks_all.csv`: time-series data for each nation, aggregated by all battle ratings48 49The overall stats is calculated with weighted average, and the weight is the `battles` in thunderskill data.50 51### Content52 * nation: USA, USSR...53 * cls: Aviation, Ground_vehicles, Fleet54 * date: 2020-08-13, 2020-05-10...55 * rb_br: 9.7 ~ 10.756 * rb_lower_br: 9.757 * rb_battles_sum 58 * rb_battles_mean 59 * rb_win_rate 60 * rb_air_frags_per_battle 61 * rb_air_frags_per_death 62 * rb_ground_frags_per_battle 63 * rb_ground_frags_per_death64 65## Thunderskill data66Directory `ts`: containing content from [thunderskill](http://thunderskill.com/en)67 68#### Content69 * name: ts url name70 * ab_battles 71 * ab_win_rate 72 * ab_air_frags_per_battle 73 * ab_air_frags_per_death 74 * ab_ground_frags_per_battle 75 * ab_ground_frags_per_death 76 * rb_battles 77 * rb_win_rate 78 * rb_air_frags_per_battle 79 * rb_air_frags_per_death 80 * rb_ground_frags_per_battle 81 * rb_ground_frags_per_death 82 * sb_battles 83 * sb_win_rate 84 * sb_air_frags_per_battle 85 * sb_air_frags_per_death 86 * sb_ground_frags_per_battle 87 * sb_ground_frags_per_death 88 * alt_name: alternative name89 90## War Thunder Wiki data91Directory `wk`: containing content from [war thunder wiki](https://wiki.warthunder.com/)92 93#### Content94 * name: displayed name in wiki page95 * nation: USA, USSR...96 * cls: Aviation, Ground_vehicles, Fleet97 * ab_br 98 * rb_br 99 * sb_br 100 * ab_repair101 * rb_repair 102 * sb_repair 103 * is_premium: True if the vehicle is premium else False104 * ab_rp_rate 105 * ab_sl_rate 106 * rb_rp_rate 107 * rb_sl_rate 108 * sb_rp_rate 109 * sb_sl_rate110 111## Joined data112Directory `joined`113 114To utilize both the battle stats like `rb_win_rate` and the information of `nation` and `rb_br`, the joined data is 115joined by the Thunderskill data and WT Wiki data.116 117Please acknowledge the join process is not perfectly accurate. Please report if there is any join issue.118 119#### Content120**TS Part**121 * name: ts url name122 * ab_battles 123 * ab_win_rate 124 * ab_air_frags_per_battle 125 * ab_air_frags_per_death 126 * ab_ground_frags_per_battle 127 * ab_ground_frags_per_death 128 * rb_battles 129 * rb_win_rate 130 * rb_air_frags_per_battle 131 * rb_air_frags_per_death 132 * rb_ground_frags_per_battle 133 * rb_ground_frags_per_death 134 * sb_battles 135 * sb_win_rate 136 * sb_air_frags_per_battle 137 * sb_air_frags_per_death 138 * sb_ground_frags_per_battle 139 * sb_ground_frags_per_death 140 * alt_name: alternative name141 142**Wiki Part**143 * wk_name: displayed name in wiki page144 * nation: USA, USSR...145 * cls: Aviation, Ground_vehicles, Fleet146 * ab_br 147 * rb_br 148 * sb_br 149 * ab_repair 150 * rb_repair 151 * sb_repair 152 * is_premium: True if the vehicle is premium else False153 * ab_rp_rate 154 * ab_sl_rate 155 * rb_rp_rate 156 * rb_sl_rate 157 * sb_rp_rate 158 * sb_sl_rate159 