markdown 样本代码评估清单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 样本代码评估清单相关的知识,希望对你有一定的参考价值。

# QA and QC Checklist

- [ ] Controllers
	- [x] API
		- [x] Datatables
		- [x] Remove datatables method in current API
	- [ ] Web
- [ ] Resources
	- [x] Assets
	- [x] Lang
	- [ ] Views
- [x] Route
	- [x] Correct HTTP Method
		- [x] Method Spoofing
	- [x] Route naming convention
		- [x] Update API Route in RouteServiceProvider
			- [x] namespace to `Api`
			- [x] as `api.`
			- [x] prefix `api`
		- [x] Replace underscode with period on route name
		- [x] Find existing usage that have `.api.` in the route name using regex: `(route\('){1}(.)*(\.api\.){1}(.)+('\)){1}`
		- [x] Update route name usage
			- [x] resources/views
			- [x] app
- [x] Code Style PSR-2 Compliance
- [x] Helpers
- [x] Controllers
	- [x] Not Used
	- [ ] Model namespace
- [ ] Models
	- [x] Not Used
	- [x] Structure
	- [ ] Relationship

以上是关于markdown 样本代码评估清单的主要内容,如果未能解决你的问题,请参考以下文章

markdown 前端代码审查清单

Pytorch 训练和评估不同的样本大小

模型评估——评估指标的局限性

R语言构建logistic回归模型并评估模型:构建基于混淆矩阵计算分类评估指标的自定义函数阳性样本比例(垃圾邮件比例)变化对应的分类器性能的变化基于数据阳性样本比例选择合适的分类评估指标

第二章 模型评估与选择

模型评估PR|ROC|AUC