-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Refactor README for 1.0 #3861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor README for 1.0 #3861
Conversation
Job PR-3861-892c7bc is done. |
Job PR-3861-81bd880 is done. |
Job PR-3861-2084e52 is done. |
fcb0c85
to
0f476aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks amazing! Thank you @Innixma
README.md
Outdated
|
||
## :zap: Quickstart | ||
|
||
Solve ML tasks end-to-end in just 3 lines of code! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about "Build accurate end-to-end ML models in just 3 lines of code!"? I'm not sure what exactly solving ML tasks end-to-end means here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice idea! Updated to this wording
README.md
Outdated
|
||
## 💾 Installation | ||
|
||
AutoGluon is supported on Python 3.8 - 3.11 and is available on Linux, MacOS, and Windows OS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AutoGluon is supported on Python 3.8 - 3.11 and is available on Linux, MacOS, and Windows OS. | |
AutoGluon is supported on Python 3.8 - 3.11 and is available on Linux, MacOS, and Windows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left some comments which may be addressed in future.
Shi, Xingjian, et al. ["Benchmarking Multimodal AutoML for Tabular Data with Text Fields."](https://datasets-benchmarks-proceedings.neurips.cc/paper/2021/file/9bf31c7ff062936a96d3c8bd1f8f2ff3-Paper-round2.pdf) Advances in Neural Information Processing Systems 35, Datasets and Benchmarks Track (2021). | ||
|
||
BibTeX entry: | ||
|
||
```bibtex | ||
@inproceedings{agmultimodaltext, | ||
title={Benchmarking Multimodal AutoML for Tabular Data with Text Fields}, | ||
author={Shi, Xingjian and Mueller, Jonas and Erickson, Nick and Li, Mu and Smola, Alexander J}, | ||
journal={Advances in Neural Information Processing Systems Datasets and Benchmarks Track}, | ||
volume={35}, | ||
year={2021} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a temporary solution. We will replace this when the official AutoMM paper is available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely! Once it is available, you can send a PR to update this section
AWESOME.md
Outdated
| [AutoGluon 1.0: AutoML at Your Fingertips](https://autogluon.github.io/neurips-autogluon-workshop/) | Tutorial | [NeurIPS 2023](https://neurips.cc/Expo/Conferences/2023/workshop/78401) | 2023/12/10 | | ||
| :tv: [AutoGluon 1.0: Shattering the AutoML Ceiling with Zero Lines of Code](https://www.youtube.com/watch?v=5tvp_Ihgnuk) | Tutorial | [AutoML Conf 2023](https://2023.automl.cc/) | 2023/09/12 | | ||
| :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 | | ||
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 | | ||
| :tv: [Solving Complex ML Problems in a few Lines of Code with AutoGluon](https://www.youtube.com/watch?v=J1UQUCPB88I) | Tutorial | PyData Seattle | 2023/06/20 | | ||
| [AutoGluon: Empowering (Multimodal) AutoML for the Next 10 Million Users](https://autogluon.github.io/neurips2022-autogluon-workshop/) | Tutorial | [NeurIPS 2022](https://nips.cc/Expo/Conferences/2022/workshop/63089) | 2022/11/28 | | ||
| :tv: [The AutoML Revolution](https://www.youtube.com/watch?v=VAAITEds-28) | Tutorial | [Fall AutoML School 2022](https://sites.google.com/view/automl-fall-school-2022) | 2022/10/18 | | ||
| [Multimodal AutoML for Image, Text and Tabular Data](https://github.com/Innixma/kdd-2022-multimodal-automl-tutorial) | Tutorial | [KDD 2022](https://kdd.org/kdd2022/lectureTutorial.html) | 2022/08/14 | | ||
| :tv: [Automating Machine Learning for the Rest of Us](https://www.youtube.com/watch?v=x-EEDBSl3OM) | Keynote | [AutoML Conf 2022](https://2022.automl.cc/index.html) | 2022/07/25 | | ||
| :tv: [AutoGluon: re:MARS 2022 Keynote](https://www.youtube.com/watch?v=_wd0IJBTwbY&t=1277s) | Keynote | [Amazon re:MARS 2022](https://icml.cc/virtual/2020/workshop/5725) | 2022/06/24 | | ||
| [Advancing the State of the Art in AutoML](https://developer.nvidia.com/blog/advancing-the-state-of-the-art-in-automl-now-10x-faster-with-nvidia-gpus-and-rapids/) | Talk | [GTC 2021](https://developer.nvidia.com/blog/advancing-the-state-of-the-art-in-automl-now-10x-faster-with-nvidia-gpus-and-rapids/) | 2021/06/09 | | ||
| :tv: [AutoGluon and Distillation](https://icml.cc/virtual/2020/7045) | Keynote | [ICML 2020, AutoML Workshop](https://icml.cc/virtual/2020/workshop/5725) | 2020/07/18 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like that a comprehensive AutoMM tutorial is lacking. Though some tutorials mention AutoMM to some degree, their introductions are inconsistent with the current AutoMM story and shape. We can add one when available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If any talk we have given is missing, let me know and we can add it. If we need to do one, an option is for you to record it and we can upload it to YouTube, I created an AutoGluon YouTube channel.
Issue #, if available:
#3776
Description of changes:
Improve and update the README file with updated links and improved wording.
Quick link to the updated README: https://github.com/Innixma/autogluon/blob/update_readme_1.0/README.md
TODO:
Maybe:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.