博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
面向数据科学的DigitalOcean和Docker
阅读量:2520 次
发布时间:2019-05-11

本文共 1013 字,大约阅读时间需要 3 分钟。

创建基于云的数据科学环境以进行更快的分析 (Creating a cloud-based data science environment for faster analysis)

There are times when working on data science problems with your local machine just doesn’t cut it anymore. Maybe your computer is old, and can’t work with larger datasets. Or maybe you want to be able to access your work from anywhere, and collaborate with others. Or maybe you have an analysis that will take a long time to run, and you don’t want to tie up your own computer. In these cases, it is useful to run Jupyter on a server, so you can access it through a browser.

有时,使用本地计算机解决数据科学问题时,根本无法解决。 也许您的计算机是旧的,并且无法使用较大的数据集。 或者,也许您希望能够从任何地方访问您的工作并与他人合作。 或者,也许您的分析需要很长时间才能运行,并且您不想捆绑自己的计算机。 在这些情况下,在服务器上运行Jupyter很有用,因此您可以通过浏览器访问它。

We can do this easily by using . See on how to setup a data science environment using Docker for background. This post builds on that one, and sets up Docker and Jupyter on a server.

我们可以使用轻松地做到这一点。 请参阅 ,了解如何使用Docker作为背景来设置数据科学环境。 这篇文章以此为基础,并在服务器上设置了Docker和Jupyter。

云托管 (Cloud hosting)

翻译自:

转载地址:http://ctqwd.baihongyu.com/

你可能感兴趣的文章
selenium实现在新窗口打开链接
查看>>
Siri技术解析
查看>>
J2EE @Autowired与Spring @Resource注解区别
查看>>
Servlet过滤器
查看>>
Java JToolBar_1
查看>>
One By One扑克牌游戏(C++)
查看>>
css 把图片变为为黑白
查看>>
json学习笔记
查看>>
工具:linux 性能监控工具-nmon
查看>>
fatal error C1853
查看>>
Response.Expires 属性 (转载于疯狂客的BLOG)
查看>>
Ural 1001 - Reverse Root
查看>>
玩转webpack之webpack的entry output
查看>>
java 操作mongodb查询条件的常用设置
查看>>
黑马程序员_java基础笔记(02)...java语言基础组成
查看>>
关于缓存击穿
查看>>
对innodb 拷贝文件实现数据库的方式(转)
查看>>
python知识点 2014-07-09
查看>>
FloatingActionButton的一点学习感悟
查看>>
ABAP CDS ON HANA-(10)項目結合して一つ項目として表示
查看>>