autogen/tutorials/flaml-tutorial-pydata-23.md
Qingyun Wu 3e6e834bbb
remove redundant doc and add tutorial (#1004)
* remove redundant doc and add tutorial

* add demos for pydata2023

* Update pydata23 docs

* remove redundant notebooks

* Move tutorial notebooks to notebook folder

* update readme and notebook links

* update notebook links

* update links

* update readme

---------

Co-authored-by: Li Jiang <lijiang1@microsoft.com>
Co-authored-by: Li Jiang <bnujli@gmail.com>
2023-05-27 02:59:51 +00:00

2.7 KiB
Raw Blame History

PyData Seattle 2023 - Automated Machine Learning & Tuning with FLAML

Session Information

Date and Time: 04-26, 09:0010:30 PT.

Location: Microsoft Conference Center, Seattle, WA.

Duration: 1.5 hours

For the most up-to-date information, see the PyData Seattle 2023 Agenda

What Will You Learn?

In this session, we will provide an in-depth and hands-on tutorial on Automated Machine Learning & Tuning with a fast python library named FLAML. We will start with an overview of the AutoML problem and the FLAML library. We will then introduce the hyperparameter optimization methods empowering the strong performance of FLAML. We will also demonstrate how to make the best use of FLAML to perform automated machine learning and hyperparameter tuning in various applications with the help of rich customization choices and advanced functionalities provided by FLAML. At last, we will share several new features of the library based on our latest research and development work around FLAML and close the tutorial with open problems and challenges learned from AutoML practice.

Tutorial Outline

Part 1. Overview

  • Overview of AutoML & Hyperparameter Tuning

Part 2. Introduction to FLAML

Part 3. Deep Dive into FLAML

Part 4. New features in FLAML