加载中
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...

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...

Docker build-容器构建加速攻略

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

Ubuntu上使用Repo2Docker

Repo2Docker(https://github.com/jupyter/repo2docker)是Jupyter(https://github.com/jupyter)的一个子项目,也是BinderHub(https://github.com/jupyterhub/binderhub)用于构建容器镜像的工具...

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

云原生的定义和CNCF章程

云原生的定义 Pivotal 是云原生应用的提出者,并推出了 Pivotal Cloud Foundry 云原生应用平台和Spring开源Java开发框架,成为云原生应用架构中先驱者和探路者。 Pivotal最初的定义 早在201...

大数据顶级国际会议征稿-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...

Databook-数据之书

Databook-数据之书 用于数据分析的Jupyter Notebooks。 不需购买服务器,快速开始自己的数据分析过程。 源码:https://github.com/databooks/databook 源码镜像:https://gitlab.com/databo...

JupyterLab安装地图插件

JupyterLab安装地图插件 (本文所述软件还在发展之中,欢迎加入开源项目,提供建议、测试和开发。) 在Jupyter中进行数据分析时,往往需要将数据叠加到地图上。简单的地图需求可以利用matpl...

Linux 磁盘管理

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

如何给容器服务的Docker增加数据盘

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

Ubuntu 配置 pip.conf 添加国内源

Ubuntu 配置 pip.conf 添加国内源 对于conda,添加安装包的镜像: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels h...

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-Install

AirFlow-Installation https://airflow.incubator.apache.org/installation.html Getting Airflow The easiest way to install the latest stable version of Airflow is with pip: pip inst...

在阿里云创建Kubernetetes-1.11.0镜像服务(高速)

在阿里云创建Kubernetetes-1.11.0镜像服务(高速) Kubernetetes镜像在国内无法直接访问,导致安装费时、容易出错、难以排查。可以将其抓取到阿里云上面,提前拉取(docker pull)到本地,然...

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...

JupyterHub on Kubernetes绘图支持软件

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

没有更多内容

加载失败,请刷新页面

返回顶部
顶部