简体   繁体   English

了解 Dask-ML

[英]Understanding Dask-ML

I have read through Dask-ML documentation and I have googled around, but have 2 questions I would like some clarity on if anyone could assists:我已经阅读了 Dask-ML 文档,并且在 Google 上搜索过,但是有两个问题我想弄清楚是否有人可以提供帮助:

  • by saying "using a cluster of computers", does it mean processing is distributed across other people's computers who are connected to the network?通过说“使用计算机集群”,是否意味着处理分布在连接到网络的其他人的计算机上? If yes, would there be any privacy issues with this?如果是,这会不会有任何隐私问题?
  • would we be able to know how many computers are there in a cluster at any point in time?我们能否随时知道集群中有多少台计算机?

Please point me to the right direction or if there are any link that I could read more about this.请指出我正确的方向,或者如果有任何链接我可以阅读更多关于此的内容。 Thanks in advance.提前致谢。

It sounds like you're looking for general documentation on Dask听起来您正在寻找有关 Dask 的一般文档

https://docs.dask.org/en/latest https://docs.dask.org/en/latest

And in particular on how to set up Dask on a set of machines特别是关于如何在一组机器上设置 Dask

https://docs.dask.org/en/latest/setup.html https://docs.dask.org/en/latest/setup.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM