【内容简介】系统详解分类器性能指标,什么是准确率-Accuracy、精确率-Precision、召回率-Recall、F1值、ROC曲线、AUC曲线、误差-Error、偏差-Bias、方差-Variance及Bias-VarianceTradeoff在任何领域,评估(Evaluation)都是一项很重要的工作。在MachineLearning领域,定义了许多概念并有很多手段进行评估工作1混淆矩阵-
分类:
其他好文 时间:
2020-11-30 15:15:08
阅读次数:
9
问题一Tablexxismarkedascrashedandlast(automatic?)repairfailed有开发找到我,说数据库坏了,连不上数据库,看了下MySQL的错误日志,报错如下:Error:Table‘./db_name/table_name‘ismarkedascrashedandlast(automatic?)repairfailed修复1、先停止MySQL:servicem
分类:
数据库 时间:
2020-11-27 11:41:55
阅读次数:
15
NameError: name 'figsize' is not defined. 解决办法: 使用jupyter notebook Try using %pylab if %pylab inline does not work. 使用python脚本 from pylab import * ...
分类:
其他好文 时间:
2020-11-27 11:12:57
阅读次数:
7
前文:我在一个Win1020H2的系统上安装了CitirxVirtualDesktop1912版本的VDA,而且勾选了1912的新功能“UPL”(“个性化用户层”)。结果导致开机之后会黑屏四分钟左右才能进入,从官网一查,这是因为20H2与UPL不兼容引起的,官方暂时无解。无奈只能把VDA给卸载掉了(UPL用的是AppLayering的技术但依旧是VDA的一部分。)而然之后就没有卡四分钟的事情,但发
分类:
其他好文 时间:
2020-11-26 14:59:22
阅读次数:
6
1 #include <stdio.h> 2 #include <wiringPi.h> 3 #include <softPwm.h> 4 5 const int Red_Pin = 9; 6 const int Green_Pin = 10; 7 const int Blue_Pin = 11; ...
分类:
编程语言 时间:
2020-11-25 12:45:11
阅读次数:
8
一、问题如下: 1、报错信息: Uncaught (in promise) TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1 code point. ...
分类:
Web程序 时间:
2020-11-25 12:12:02
阅读次数:
10
Case 1 : ParamType是一个指针或者引用,但不是universal reference T& const T& T* Case 2 : ParamType是Universal Reference 注意区别Universal Reference与右值引用 Case 3 : ParamTy ...
分类:
编程语言 时间:
2020-11-25 12:10:25
阅读次数:
6
Case 1 : type specifier是一个指针或者引用,但不是universal reference Case 2 : type specifier是一个universal reference Case 3 : type specifier既不是指针也不是引用 数组和函数类型推断 auto ...
分类:
编程语言 时间:
2020-11-25 12:09:31
阅读次数:
7
print str('\345\207\235\346\266\265\346\237\217').decode('string_escape')凝涵柏 但该语句在python3中无法运行 File "script.py", line 3print str('\345\207\235\346\266 ...
分类:
编程语言 时间:
2020-11-25 12:06:28
阅读次数:
10
前置知识 在正式进入编写环节之前,建议先花一点时间了解下javaagent(这是JDK 5引入的一个玩意儿,最好了解下其工作原理);另外,Skywalking用到了byte-buddy(一个动态操作二进制码的库),所以最好也熟悉下。 当然不了解关系也不大,一般不影响你玩转Skywalking。 ja ...
分类:
其他好文 时间:
2020-11-24 13:03:26
阅读次数:
18