Enhancements
statistics visualize
* 出力ファイル `メンバごとの生産性と品質.csv` , `全体の生産性と品質.csv` の列名を変更
* `prediction_actual_worktime_hour` -> `actual_worktime_hour`
* `actual_worktime/annotation_count` -> `actual_worktime_hour/annotation_count`
* `actual_worktime/input_data_count` -> `actual_worktime_hour/input_data_count`
* `monitored_worktime/annotation_count` -> `monitored_worktime_hour/annotation_count`
* `monitored_worktime/input_data_count` -> `monitored_worktime_hour/input_data_count`
* `scatter/散布図-アノテーションあたり作業時間と累計作業時間の関係-xxx.html`
* アノテーションあたり作業時間の単位をhourからminuteに変更
* `scatter/散布図-アノテーションあたり作業時間と品質の関係-xxx-教師付者用`
* アノテーションあたり作業時間の単位をhourからminuteに変更
New Features
* HTTPリクエストやレスポンスのステータスコードなど、デバッグ用のログを出力する `--debug` オプションを追加しました。
What's Changed
* "--debug"を付けたときに、HTTPリクエストの中身とレスポンスのステータスコードを出力する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/665
* statistics visualize:メンバごとの生産性と品質.csv の列名を変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/666
**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.54.0...v1.54.1