Thanks for making this great video! Your illustration is very clear and easy to follow, really helps me a lot to get started with automl!
@kooffrehessien27202 жыл бұрын
I tried doing pip install auto-sklearn in my jupyter notebook but it’s not installing. Giving a long error. From my research I saw that I’m suppose to install Ubuntu but I can rack my brain round that. Please do you have a link on how to install this in Jupyter
@moritzwinklmair1983 Жыл бұрын
autosklearn 0.15.0 not compatible to the current numpy version. I always get errors in colab cause of incompatible versions of numpy, sklearn, autosklearn. Any ideas how to solve that??
@senna_william2 жыл бұрын
I put it on my playlist to watch later!
@GregHogg2 жыл бұрын
Great to hear William!
@huytranvan27542 жыл бұрын
Awesome video, just what I need. Thanks Greg!
@farhanmarwatify2 жыл бұрын
greg nice video and nice explanation, please keep it going.
@GregHogg2 жыл бұрын
Thanks so much Farhan! :)
@techspan101 Жыл бұрын
NOthing looks or feels like 'Auto'ML here.😜its more torture than normal humble sklearn.
@agracian1 Жыл бұрын
!pip install auto-sklearn doesn't seem to work in Colab anymore."error: subprocess-exited-with-error"
@GregHogg Жыл бұрын
Dang
@tamassajti50173 ай бұрын
in oct 2024 also
@techspan101 Жыл бұрын
we are writing more code in autoML. so whats the advantage? what is the fun?
@tayjen592 жыл бұрын
Very useful video. Thanks man
@GregHogg2 жыл бұрын
Thanks so much for the kind words!!
@AlvinRyellPrada2 жыл бұрын
I am new to Data Science and Machine Learning world~ English is my secondary language but I am glad that I can follow thru with your instructions! :) hopefully you could cover AUTO-ML in PowerBI too :)
@GregHogg2 жыл бұрын
Awesome! :) And PowerBI isn't exactly a machine learning tool, unless they have evolved it considerably over time
@JanBadertscher2 жыл бұрын
powerbi can run R and python within a dataset. nothing much to explain there. you have to know powerbi plus python (or R)
@pgp83902 жыл бұрын
Thank you for the video. Is there any way to use AutoML for classification of time series? Or if each element of the time series is made a feature that would be enough? The algorithm wouldn’t know that they are “ordered” but since they are individual features anyway, they will be considered separately and that’s enough?
@GregHogg2 жыл бұрын
There would be some assumptions you'd have to make that might be violated, but it's certainly possible as is. I think PyCaret has some specifically for time series?
@NoorAmer-k9h Жыл бұрын
Great explaination
@BBBBBBAAAl2 жыл бұрын
thank you once again, a very nice video. Are you familiar with some autoML libraries for time series?
@GregHogg2 жыл бұрын
Not really, I should look into that! But pycaret I would guess
@farhanmarwatify2 жыл бұрын
once question, why these days Jupiter notebook is getting popular as compared to pycharm etc?
@GregHogg2 жыл бұрын
Because they are awesome :)
@TS-fp5xg2 жыл бұрын
it only works in python 3.7
@keshawnsmith320 Жыл бұрын
Is that windows or Linux?
@GregHogg Жыл бұрын
This was on colab which is linux
@keshawnsmith320 Жыл бұрын
@@GregHogg gotcha so on your personal rig you use a Linux distro?
@GregHogg Жыл бұрын
@@keshawnsmith320 no I use Windows, this was colab
@ludwigb6334 Жыл бұрын
Hey, a more complex example in script would have been more useful. Thank you anyways.