书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 122 个相关结果.
  • Task Graphs

    683 2020-01-13 《Dask 2.9.1 Document》
    Task Graphs Motivation Example Schedulers Task Expectations Don’t Modify Data In-Place Avoid Holding the GIL Task Graphs Internally, Dask encodes algorithms in a simple f...
  • Quickstart

    Quickstart Install Setup Dask.distributed the Easy Way Setup Dask.distributed the Hard Way Map and Submit Functions Gather Restart Quickstart Install $ pip install dask...
  • Bag

    642 2020-01-13 《Dask 2.9.1 Document》
    Bag Examples Design Common Uses Execution Default scheduler Shuffle Known Limitations Name Bag Dask Bag implements operations like map , filter , fold , andgroupby on ...
  • Changelog

    1445 2020-01-13 《Dask 2.9.1 Document》
    Changelog 2.9.1 / 2019-12-27 Array Core DataFrame Documentation 2.9.0 / 2019-12-06 Array Core DataFrame Documentation 2.8.1 / 2019-11-22 Array Core DataFrame Documenta...
  • Sidewalk Labs: Civic Modeling

    Sidewalk Labs: Civic Modeling Who am I? What problem am I trying to solve? How Dask Helps Why we chose Dask originally, and how these reasons have changed over time Some of the...
  • Worker

    Worker Overview Storing Data Thread Pool Command Line tool Internal Scheduling Memory Management Spill data to Disk Monitor process memory load Halt worker threads Kill Wor...
  • Getting Started

    880 2020-01-13 《Dask 2.9.1 Document》
    Install Dask Setup Use Cases Community Why Dask? Institutional FAQ
  • Distributed Scheduling

    842 2020-01-13 《Dask 2.9.1 Document》
    Dask.distributed Motivation Architecture Contents Dask.distributed Dask.distributed is a lightweight library for distributed computing in Python.It extends both the concurre...
  • Arrays

    Arrays Create data Setup Blocked Algorithms Exercise: Compute the mean using a blocked algorithm dask.array contains these algorithms Exercise: Compute the mean Performance a...
  • Diagnosing Performance

    Diagnosing Performance Task start and stop times Statistical Profiling Bandwidth Performance Reports A note about times Diagnosing Performance Understanding the performanc...