Dave, Your videos are changing my life. I can already see it happening in my work this morning, and I incorporated the findings from this video only yesterday. I am a consulting engineer, and I am increasingly using data science for mechanical system controls diagnosis and optimization, so this is huge stuff for turbocharging my trajectory. Thank you for posting your educational material. It is high quality, and I appreciate the effort you put in. - Ryan
@daveebbelaar Жыл бұрын
Thanks Ryan, love to hear that my videos are helping you in your work! 🙏🏻
@manish_d_ Жыл бұрын
dave you are the best thing that happened to me in my data science career. thanks a lot and please do not stop uploading your videos.
@paulntalo14258 ай бұрын
I have been missing out on such great nuggets for AI mentorship. Am glad I found your channel. I was lost in of too many online brands
@mysticaltech Жыл бұрын
Man, I know Github Copilot and use it daily, but still watching your video, just in case. Great stuff man, love your enthusiasm, the music and your voice. You make us powerful!
@lfmtube7 ай бұрын
Great Video! You just convinced me to subscribe. Copilot Lab seems magica! Thanks! 👍👍
@saremish Жыл бұрын
Very informative and helpful!
@asieharati Жыл бұрын
Dave, this is great! I don't think I can go back without copilot/lab! Thank you so much for your great videos!
@daveebbelaar Жыл бұрын
It's a total game changer!
@luisaurso Жыл бұрын
Very good video. Thanks for sharing
@aoeu256 Жыл бұрын
The make more robust thingy is just adding book keeping code, if you had errors in your code it will show the source code if your code is written in a self-commenting way.
@PascalFriedrich-tv3gq Жыл бұрын
How good is it in finding bugs that are "spread" or connected over multiple files? Can it help with this?
@pedroalves7290 Жыл бұрын
Could you make a video about POO applied for data science, please? When to use, how to use and how to turn jupyter notebook code into python scripts ready for production.
@animel8ve Жыл бұрын
Hi Dave, thank you for your great videos. How do you like the copilot compared to the hugging face plug in for vs code?
@newdatascientis-op3pj Жыл бұрын
I just new to VSC. How to show interactive result on the right? I will check ur video. Thx
@daveebbelaar Жыл бұрын
Check out this video: kzbin.info/www/bejne/sKbPeICPnJWpbLc
@iftrejom Жыл бұрын
This is amazing, but how do I use Github Copilot in Jupyter notebooks for VSCode?
@aiden3085 Жыл бұрын
Hi greate video, how do you manage to get interactive mode beside your script? I didn't see #%% in your code.
@michaelgrubhofer1216 Жыл бұрын
Great!
@guaje Жыл бұрын
I tried it and it also changed the way I was programming. Once my trial ended I was trying to find a free or open-source solution until I came across codeium. I would love to know your opinion about github copilot vs codeium from a DS perspective.
@daveebbelaar Жыл бұрын
I haven't looked into codeium, but I will check it out!
@JeongLee-b5v Жыл бұрын
Wow! What is the theme used in vscode?
@daveebbelaar Жыл бұрын
Atom One Dark + Material Icon Theme
@Buhassan5656 Жыл бұрын
mmmmmmm, do you think this would replace us one day??
@daveebbelaar Жыл бұрын
It won't be taking over the jobs of data scientists anytime soon, but it's definitely going to shake things up in the data science world. We still need humans to assess the problem, the data, and the predictions generated by AI. However, we can't deny that AI's capabilities are growing at an incredible rate, and it's hard to predict just how much it will change the game. So, yeah, things are definitely going to get interesting!
@pandalanhukuk804 Жыл бұрын
Did the calculator replace us humans? Of course not, you have to use it in order to not get replaced.
@aoeu256 Жыл бұрын
It will replace people who are just code monkeys. However, most of the uses of the tools seem to simply add code like the make the code more robust option... If the code had errors it would be better to look at the source code rather than just an error message.