Parallelizing Scientific Python with Dask | SciPy 2018 Tutorial | James Crist, Martin Durant

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 16

  • @harryh2185
    @harryh2185 5 ปีที่แล้ว +15

    Let's hope for an updated Tutorial in 2020 🙏

    • @fee79
      @fee79 4 ปีที่แล้ว +4

      Thank you for asking! We will be giving this Tutorial again at SciPy 2020. 😊

  • @mystisification
    @mystisification 6 ปีที่แล้ว +3

    Any chance to have an overview of optimization where dask & numba are used together or would it collide in some way? thanks

  • @nivedhitha_ezhilarasan
    @nivedhitha_ezhilarasan 5 ปีที่แล้ว +5

    conda install python-graphviz
    will help us visualize.
    hope it is helpful.

    • @ekbastu
      @ekbastu 5 ปีที่แล้ว

      Very apt

    • @matthewson8917
      @matthewson8917 5 ปีที่แล้ว

      conda install graphviz or
      conda install -c conda-forge graphviz
      in case you don't have graphviz installed

  • @kannansingaravelu
    @kannansingaravelu 5 ปีที่แล้ว

    I am getting a ValueError: Length mismatch: Expected axis has 15 elements, new values have 16 elements
    when I run df.compute() where df has 15 columns. It works for some datasets and not for some despite the format remaining the same. Any idea on how to sort this out?

  • @atzenigor
    @atzenigor 5 ปีที่แล้ว

    If you are on windows graphviz can be a problem.
    You can solve it with this line of code in your notebook.
    import os
    os.environ["PATH"] += os.pathsep + os.environ['CONDA_PREFIX'] + '\\Library\\bin\\graphviz'
    Maybe it would be helpful!

  • @gianlucastrada548
    @gianlucastrada548 4 ปีที่แล้ว

    why don't we do a complet project? why only nootebook? It is a mistake...

  • @eliasbassani1426
    @eliasbassani1426 5 ปีที่แล้ว

    The link to the materials seems to be broken, can you provide a working one?
    Thanks for uploading this!

    • @eliasbassani1426
      @eliasbassani1426 5 ปีที่แล้ว +1

      For anyone interested, you can find the materials at github.com/martindurant/dask-tutorial-scipy-2018

    • @enthought
      @enthought  5 ปีที่แล้ว +1

      The link has been updated! Thank you for letting us know about the issue.

    • @eliasbassani1426
      @eliasbassani1426 5 ปีที่แล้ว

      @@enthought You are welcome! :)
      Thanks again for the awesome contents!

  • @matthewson8917
    @matthewson8917 5 ปีที่แล้ว

    Thanks for the video! It helped me a lot.

  • @MrCraber
    @MrCraber 6 ปีที่แล้ว

    Dask should be used by every python user

  • @ninonazghaidze7687
    @ninonazghaidze7687 5 ปีที่แล้ว