数据分析模型 - 波士顿矩阵 发表于 2021-11-30 | 分类于 知识沉淀 , 数据分析模型 波士顿矩阵(BCG Matrix),又称市场增长率-相对市场份额矩阵,由美国著名的管理学家、波士顿咨询公司创始人布鲁斯·亨德森于1970年首创,它是通过销售增长率(反应市场引力的指标)和市场占有率(反应企业实力的指标)来分析决定企业的产品结构。波士顿矩阵将产品类型分为四种:1,明星类产品:高增长且高 ... 阅读全文 »
随机森林(Forest Tree) 发表于 2021-11-30 | 分类于 机器学习 介绍随机森林 (Random Forests) 是一种利用决策树作为基学习器的 Bagging 集成学习算法。随机森林模型的构建过程如下: 数据采样作为一种 Bagging 集成算法,随机森林同样采用有放回的采样,对于总体训练集 (T),抽样一个子集 (T_{sub}) 作为训练样本集。除此之外,假 ... 阅读全文 »
docker - 常用命令 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 常用命令 - 运行任务是参数的传递 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 常用命令 - 运行任务是参数的传递 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 常用命令 - 运行任务是参数的传递 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 挂载目录 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 常用命令 - 运行任务是参数的传递 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 基于DockerFile的镜像制作 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »
docker - 基于commit方法的镜像制作 发表于 2021-11-29 | 分类于 pipeline , 镜像 , container Docker is a platform that allows you to “build, ship, and run any app, anywhere.” 阅读全文 »