安装教程:
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