PyScript Tutorial - Machine Learning with Scikit-Learn | ML Training & Interactive Prediction #10

preview_player
Показать описание
Learn how to create a PyScript App where you can upload csv file using Pandas and Panel and perform Machine Learning Model Training and Prediction

PyScript Playlist:

#pyscript #Pythonhtml
Рекомендации по теме
Комментарии
Автор

Thank you very much, this video will be useful to many people over time.

gustavofelicidade_
Автор

Hi great video iam working on a solution also for better implementation of ml models with Py-Script I'll be uploading a video in few days also this is very helpful in understanding things .

tusharnautiyal
Автор

can we add packages/modules from PyPi in the <py-env> tag? if it is possible whats the syntax?

Gipsy_T.
Автор

Good, can you upload your csv file on github as well? because right now I don't see the data without CSV file. Thanks.

imransaieen
Автор

Thanks :). Is there any possible way to highlight python syntax in the .html file?

ghzich
Автор

I'm going to give you a trick. If you create a .py file with a function inside and then call it from the HTML that contains PyScript, I don't know what the magic of PyScript is, but that code can't be seen from the frontend. I did that test by deploying my app to netlify. My application consisted of a folder with the HTML and a .py file that I called with PyScript. Regards

jorge