GitHub

Overview

Falcon is an AutoML library designed to simplify and accelerate model training on custom datasets. It is particularly suited for tabular datasets, supporting both classification and regression tasks.

Falcon allows to perform data preparation, feature scaling or encoding, and model training in just a single line of code. Additionally, every model is automatically saved in a widely used ONNX format, ensuring it can be easily deployed across various platforms. This makes Falcon a versatile and user-friendly tool for efficient machine learning model development.