加载中
pandas.DataFrame对行和列求和及添加新行和列

导入模块: from pandas import DataFrame import pandas as pd import numpy as np 生成DataFrame数据 df = DataFrame(np.random.randn(4, 5), columns=['A', 'B', 'C', 'D', 'E']) DataFra...

2018/07/31 16:43
2.6W
Adaptable DL with nGraph™ Compiler and ONNX*

Adaptable Deep Learning Solutions with nGraph™ Compiler and ONNX* Artificial intelligence methods and deep learning techniques based on neural networks continue to gain adopti...

2018/07/29 18:34
180
Docker build-容器构建加速攻略

容器构建时需要下载多种软件,往往这是非常耗时间的。hub.docker.com本来就慢,尤其是遇到存放在gcr.io/aws等上面的模块就挂了,pip安装python模块是也较慢,conda的下载更是如蜗牛。 加快容...

2018/07/28 23:24
1.6W
BinderHub 安装指南

BinderHub 安装指南 BinderHub uses Helm Charts to set up the applications we’ll use in our Binder deployment. If you’re curious about what Helm Charts are and how they’re used...

BinderHub 使用简介

BinderHub 使用简介 BinderHub提供服务,允许用户将github.com的notebook内容站点编译为一个容器,快速运行在由jupyterhub支撑的云计算环境。 源码:https://github.com/jupyterhub/binderh...

Kaggle API 简介

Kaggle API简介 Kaggle是一个数据分析竞赛云计算开放平台,集成了各种数据和计算模块,可以直接将算法模型在上面进行验证,也可以通过其资源学习数据分析的各种方法,或者研究别人的实现方法...

2018/07/25 18:28
3.9K
大数据顶级国际会议征稿-IEEE Big Data 2018,西雅图

Call for Papers 2018 IEEE International Conference on Big Data (IEEE Big Data 2018) http://cci.drexel.edu/bigdata/bigdata2018/index.html December 10-13, 2018, Seattle, WA, USA I...

Linux 磁盘管理

Linux 磁盘管理 原文:http://www.runoob.com/linux/linux-filesystem.html Linux磁盘管理好坏直接关系到整个系统的性能问题。 Linux磁盘管理常用三个命令为df、du和fdisk。 df:列出文件系统...

2018/07/17 14:32
74
如何给容器服务的Docker增加数据盘

如何给容器服务的Docker增加数据盘 更新时间:2018-06-08 19:55:06 Docker的镜像存放目录修改与迁移(Ubuntu),https://my.oschina.net/u/2306127/blog/653569 Docker 的数据是通过联合文件...

2018/07/17 11:41
6.6K
AirFlow-Tutorial

AirFlow-Tutorial https://airflow.incubator.apache.org/tutorial.html This tutorial walks you through some of the fundamental Airflow concepts, objects, and their usage while writ...

Airflow在Kubernetes上的操作器

Airflow在Kubernetes (第一部分): 一种不同类型的Operator 作者: Daniel Imberman (Bloomberg LP) 译者:openthings,2019.02.26. 原文:https://kubernetes.io/blog/2018/06/28/airflow-on-...

Jupyter on Kubernetes机器学习-MLflow

Jupyter on Kubernetes机器学习-MLFlow MLFlow使用教程,https://my.oschina.net/u/2306127/blog/1825690 MLFlow官方文档,https://www.mlflow.org/docs/latest/quickstart.html 快速安装: p...

2018/07/04 12:16
1.7K
JupyterHub on Kubernetes绘图支持软件

JupyterHub on Kubernetes绘图支持软件 Jupyter主要通过python notebook提供数据分析功能,现在也称为机器学习和数据科学家的新宠。那么,绘图和可视化功能也是其中的必选项了。目前,支持p...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部