最新 最热

error LNK2005: _main already defined in test.obj

error LNK2005: _main already defined in test.obj

2021-03-16
1

golang学习笔记——异常

err1 := fmt.Errorf("%s", "this is normal error")

2021-03-04
1

MAC os :LightGBM Installation Error in MacOS with Anaconda Python3

macos报错OSError: dlopen(/Users/yanerrol/opt/anaconda3/envs/py366/lib/python3.6/site-packages/lightgbm/lib_lightgbm.so, 6): Library not loaded: /usr/local/opt/l...

2021-03-04
1

python matplotlib 警告 MatplotlibDeprecationWarning: shading=‘flat‘ ... is deprecate

plt.pcolormesh(x1,x2,grid_hat,cmap=cm_light)报警告 MatplotlibDeprecationWarning: shading=‘flat’ when X and Y have the same dimensions as C is deprecated since 3....

2021-03-02
1

TF-char2-回归问题

L(w,b) = frac{1}{n}sumn_{i=1}(wx{(i)}+b-y{(i)})2

2021-03-02
1

vue.js 键名 键值 键索引

键名:{{KaTeX parse error: Expected 'EOF', got '}' at position 4: key}̲} 键值:{{i}} 键索引:…index}}

2021-03-02
1

SAP MM 为我方主物料号指定好了MPN part对应关系后,还能针对我方的主物料号下采购订单么?

我方主料号(internalmaterial):ktq_raw_06,其对应的MPN part number:ktq_raw_06_01.

2021-03-01
1

XGBoost实战

The accuracy of prediction is: 0.9666666666666667 Feature importances: [0.002148238569679191, 0.0046703830672789074, 0.33366676380518245, 0.6595146145578594]

2021-02-25
1

GBDT实战

The accuracy of prediction is: 0.9666666666666667 Feature importances: [0.002148238569679191, 0.0046703830672789074, 0.33366676380518245, 0.6595146145578594]

2021-02-25
1

POJ 1442 Black Box(大小堆,求第K小的元素)

可以利用大小堆,大堆长度从1开始,每次+1 大堆元素都比小堆的小,那么大堆顶的元素就是第k小的元素

2021-02-20
0