码迷,mamicode.com
首页 >  
搜索关键字:auc    ( 212个结果
python 使用sklearn绘制roc曲线选取合适的分类阈值
https://zhuanlan.zhihu.com/p/26293316 比如, 我已经初步训练好了一个模型,现在我想用这个模型从海量的无标记数据集挖掘出某一类数据A,并且想要尽量不包含其他所有类B 但我挖掘出的结果必然包含错误的,我拿出的A越多,同时附带的分类错数据B也就越多, 一般,拿出的A占 ...
分类:编程语言   时间:2020-04-22 16:23:54    阅读次数:313
数据挖掘比赛/项目全流程介绍
1. 数据预处理;2. 特征工程;3. 模型选择/融合;4. 模型训练/测试;5. 其他问题;6. 模型评估。 ...
分类:其他好文   时间:2020-04-18 23:05:16    阅读次数:129
django配置根下upload里面的图片显示
from django.urls import path,include,re_pathfrom auction.settings import MEDIA_ROOTfrom django.views.static import serve urlpatterns = [ re_path(r'^up ...
分类:其他好文   时间:2020-04-07 20:48:10    阅读次数:72
如何使用SAP Cloud for Customer OData服务创建Lead
一共需要两次OData消费来创建Lead. 请求1 url:https://xxxx/sap/c4c/odata/v1/c4codata/LeadCollection/$count HTTP GET,basic Authorization: HTTP头部字段,x csrf token维护为fetch ...
分类:其他好文   时间:2020-03-18 09:49:44    阅读次数:79
BSP tag in CRM and JSP tag in Hybris
都是Server page,所以原理也一样。 CRM [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img sJwzZYao 1582979707216)(https://upload images.jianshu.io/upload_images/2085791 d3bce ...
分类:Web程序   时间:2020-03-03 14:27:37    阅读次数:89
在SAP云平台上部署和运行Docker应用
容器技术,Docker,虚拟化,这些名词诞生尽管有很长一段时间了,但是在云原生开发领域仍旧热度不减。甚至连SAP赖以成名的ABAP Netweaver,如今也踏上了容器化的上云探索之路,比如下面这张来自SAP社区的一篇博客: "Proof of Concept: Deploying ABAP in ...
分类:其他好文   时间:2020-02-27 10:31:27    阅读次数:71
关于springbatch的一些经验
spring.batch.job.enabled=false#默认自动执行定义的Job(true),改为false,需要jobLaucher.run执行step单节点的多线程并行执行@BeanpublicStephelloWorldStep(StepBuilderFactorystepBuilders){returnstepBuilders.get("helloWorldStep&quo
分类:编程语言   时间:2020-02-13 20:52:57    阅读次数:105
如何使用Key User Tool扩展SAP S/4HANA Fiori UI
(1) Go to the Fiori UI where you would like to enhance, and enter adaptation mode by clicking this icon: (2) Click "Adapt UI": (3) Choose "Add Field" ...
分类:其他好文   时间:2020-01-29 21:53:09    阅读次数:74
SAP S/4HANA key user tool extensibility原理
Reasons of different behavior in "UI and Reports" list 问题就是不同的系统这个 UIs and Reports 里的显示逻辑不一样。 在 GRE210 连 XT9/715 上,里面只会显示 OData 出来,我 debug 了前后台, 后台返回的 ...
分类:其他好文   时间:2020-01-25 10:24:38    阅读次数:81
AUC原理与计算(转)
转自:http://www.pianshen.com/article/5296267003/ ...
分类:其他好文   时间:2020-01-09 16:00:46    阅读次数:80
212条   上一页 1 2 3 4 5 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!