摘要:
python画统计图 python有一个画图的库matplotlib,非常方便我们日常使用或者写论文做插图等等。我们不需要考虑样式的问题,输入数据就可以轻轻松松把图画出来。你用Excel、matlab等工具,我也没意见。 matplotlib: Visualization with Python M 阅读全文
摘要:
XGBoost专题(二) API目录结构: Global Configuration Core Data Structure Learning API Scikit-Learn API Plotting API Callback API Dask API xgboost.train(): 包里的方法 阅读全文
摘要:
数据库查询语言 查询 不重复数据查询 select distinct name, score from students 联表查询 select distinct stu.name, stu.score, tea.teacher from student as stu, teacher as tea 阅读全文