当前位置:网站首页>autogluon安装,使用指南,代码

autogluon安装,使用指南,代码

2022-08-09 10:28:00 白十月

安装教程:
https://www.bilibili.com/video/BV1yL4y177hH?vd_source=89df2f1167217f99860c89a58a28438d

安装Q&A:
https://auto.gluon.ai/stable/install.html#installation-faq

安装报错:
Consider using the --user option or check the permissions.
解决方法:
https://www.cnblogs.com/wanghui-garcia/p/11195962.html

官网实例:
https://auto.gluon.ai/stable/index.html

使用指南
https://aws.amazon.com/cn/blogs/china/machine-learning-with-autogluon-an-open-source-automl-library/

高级用法指南
https://auto.gluon.ai/stable/tutorials/tabular_prediction/tabular-indepth.html#sec-tabularadvanced

代码实现

results = predictor.fit_summary(show_plot=True)

TabularPredictor使用指南
https://auto.gluon.ai/stable/api/autogluon.predictor.html#module-0

原网站

版权声明
本文为[白十月]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_43251493/article/details/126072680