Hyperparameter Tuning

Finding the optimal set of hyperparameters is one of the most critical steps in achieving peak performance with advanced forecasting models. The fusionlab-learn library provides a powerful and flexible tuning framework built on top of the industry-standard Keras Tuner library.

Our tuning utilities are designed to automate the search for the best model architecture and training configurations, saving you significant time and effort. This section provides detailed guides and practical examples for each of the available tuners.

The guides are organized by the model families they are designed to optimize.

Note

The tuning examples use small search spaces and few trials for demonstration purposes. For real-world applications, you’ll likely want to explore a wider range of hyperparameters and run the tuner for more trials and epochs to find the best configurations for your specific dataset and task.