python finance data-science tutorial research jupyter accounting jupyter-notebook pandas seaborn web-scraping bokeh exercises getting-started tutorial-notebooks Updated Jun 19, 2020 Jupyter Notebook stefmolin / python-data-viz-workshop Sponsor Star 241 Code Issues Pull requests A workshop on data...
visualization python machine-learning annotation bokeh data-annotation Updated Dec 21, 2020 Python andrewcooke / choochoo Star 177 Code Issues Pull requests Training Diary python sqlalchemy statistics database time-series jupyter sqlite docker-image postgresql jupyter-notebook sports pandas fitness...
Jupiter Notebook中的GridSearchCV是一个用于参数调优的工具,它可以帮助我们在机器学习模型中找到最佳的参数组合。GridSearchCV通过穷举搜索给定的参数组合,对每一组参数进行交叉验证,然后返回最佳参数组合。 GridSearchCV的主要步骤包括: 定义参数空间:我们需要指定待调优的参数及其可能的取值范围,可以是单个参数或多个参数...
This tutorial introduces Bokeh as an interactive and high level visualization tool. The tutorial lays the groundwork on what you can expect when using Bokeh. You have seen how to create line plots, bar pots, patch plots, and scatter plots in Bokeh using the concept of glyphs. Check out the...
In this tutorial, you have learned the fundamentals of building and deploying your very own Bokeh applications on your local machine. The tutorial shows you how to put together all that you have learned to build a practical, fun, and interactive app that will excite users. The best way to ...