tozh

导航

随笔分类 -  study

ubunt16 preseed 标准分区
摘要:d-i partman-auto/expert_recipe string \ root :: \ 1000 50 2000 ext3 \ $primary{ } $bootable{ } \ method{ format } format{ } \ use_filesystem{ } filesy 阅读全文

posted @ 2021-05-20 17:57 tozh 阅读(186) 评论(0) 推荐(0)

nacos搭建(阿里云的k8s平台上快速部署nacos)
摘要:https://github.com/nacos-group/nacos-k8s 1,将这个仓库下载到kubectl的主机上 git clone https://github.com/nacos-group/nacos-k8s 2,创建namespace(因为是测试想与k8s上其他业务区分开) ku 阅读全文

posted @ 2021-01-25 19:39 tozh 阅读(1652) 评论(0) 推荐(0)

交易数据异常检测
摘要:1 from sklearn.linear_model import LogisticRegression 2 from sklearn.model_selection import KFold,cross_val_score 3 from sklearn.metrics import confusion_matrix,recall_score,classification_report ... 阅读全文

posted @ 2019-06-19 15:28 tozh 阅读(336) 评论(0) 推荐(0)