My Development Workflow for Data & AI Projects

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

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

  • @daveebbelaar
    @daveebbelaar  10 หลายเดือนก่อน +8

    📌 Hey everyone, this is a video from Data Freelancer, my program where I help data professionals to start freelancing. I hope you like it! Here's the link to the document: clickup.pxf.io/LXBWRY

    • @idotadmor2228
      @idotadmor2228 9 หลายเดือนก่อน +1

      I don't have a duplicate button :(

  • @eugenmalatov5470
    @eugenmalatov5470 9 หลายเดือนก่อน +5

    This is just amazing. I like your calm way of presenting things, competent, very structured, and a good dose of humility and humour.
    You are really doing things in a best practice way! afai can see.

    • @daveebbelaar
      @daveebbelaar  9 หลายเดือนก่อน

      Wow, thank you! 🙏🏻

  • @PeterPan-hs5tu
    @PeterPan-hs5tu 9 หลายเดือนก่อน +2

    I am so putting this down and build it as part of my habit. thank you Dave, nice to see you again 🎉

  • @Alexander-je3qc
    @Alexander-je3qc 10 หลายเดือนก่อน +1

    You are a gem Dave! Great video, thanks for sharing.

    • @daveebbelaar
      @daveebbelaar  10 หลายเดือนก่อน

      Glad you enjoyed it!

  • @limluly485
    @limluly485 9 หลายเดือนก่อน +1

    Thank you very much for the video! The entire information is clean is clarified!

  • @387-h4g
    @387-h4g 9 หลายเดือนก่อน +1

    Thanks

    • @daveebbelaar
      @daveebbelaar  9 หลายเดือนก่อน

      Wow, thanks! 🙏🏻

  • @hgwvandam
    @hgwvandam 9 หลายเดือนก่อน +1

    I love the jupyter Execute selection by Shift Enter! (23:12)

    • @daveebbelaar
      @daveebbelaar  9 หลายเดือนก่อน +1

      That's a good one right

  • @ZachMatu
    @ZachMatu 9 หลายเดือนก่อน +2

    Long video but worth every minute. Thanks @DaveEbbelaar

  • @shashipal3589
    @shashipal3589 10 หลายเดือนก่อน +1

    Very useful. Thanks for making amazing videos

  • @shailajaj9671
    @shailajaj9671 4 หลายเดือนก่อน

    This is really helpful, thank you Dave!

  • @jadapeterson2914
    @jadapeterson2914 3 หลายเดือนก่อน

    Great content. I’m happy I found your page ❤

  • @shreyojitdas9333
    @shreyojitdas9333 8 หลายเดือนก่อน +1

    Can you please teach how to connect machine learning model with a Reactjs app?.... Ur contents are so helpful

  • @Buhassan5656
    @Buhassan5656 10 หลายเดือนก่อน +2

    I was expecting to see the DVC extension to test and manage machine learning models among your extensions
    did you try it out?

  • @micbab-vg2mu
    @micbab-vg2mu 10 หลายเดือนก่อน +1

    Nice workflow:)

  • @leobeeson1
    @leobeeson1 4 หลายเดือนก่อน

    @daveebbelaar, I run async code on the interactive window using code as below:
    ```
    import asyncio
    import nest_asyncio
    nest_asyncio.apply()
    some_class_instance = SomeClass()
    async def run_async_behaviour(arg_1: str, arg_2: str) -> list[SomeOtherClass]:
    return await some_class_instance.some_method(arg_1=arg_1, arg_1=arg_2)
    loop = asyncio.get_event_loop()
    output: list[SomeOtherClass] = loop.run_until_complete(run_async_behaviour(arg_1="string_1", arg_1="string_2"))
    ```
    Hope this helps!

  • @eugenmalatov5470
    @eugenmalatov5470 9 หลายเดือนก่อน +1

    how do you typically assign work packages and how is the sprint cycle covered in the project management system? or is this covered in the data professional course.

    • @daveebbelaar
      @daveebbelaar  9 หลายเดือนก่อน +1

      I typically work with small teams and our sprints are very loosely defined, actually. We just do the work. ClickUp does have more advanced features for this, which I yet have to dive into: clickup.com/features/sprints

  • @Dariuskingful
    @Dariuskingful 7 หลายเดือนก่อน

    Thanks for sharing

  • @matiasnaranjo4920
    @matiasnaranjo4920 9 หลายเดือนก่อน

    I have a problem with Jupyter, it can't found path like before

  • @heinhofman
    @heinhofman 10 หลายเดือนก่อน +1

    What browser do you use? with the left sidebar?

    • @daveebbelaar
      @daveebbelaar  9 หลายเดือนก่อน +3

      That’s the Arc browser

  • @FloodGold
    @FloodGold 8 หลายเดือนก่อน +1

    Everything is great except please zoom in so we can see what you’re doing.

  • @Louderthanthunderx1
    @Louderthanthunderx1 7 หลายเดือนก่อน

    Thanks for sharing