GitHub - avibrazil/xingu: Codebase to train, pack, deploy and monitor ML models
github.com·22h
🏗️LLM Infrastructure
Preview
Report Post

Xingu for automated ML model training

Xingu is a framework of a few classes that helps on full industrialization of your machine learning training and deployment pipelines. Just write your DataProvider class, mostly in a declarative way, that completely controls your training and deployment pipeline.

Notebooks are useful in EDA time, but when the modeling is ready to become a product, use Xingu proposed classes to organize interactions with DB (queries), data cleanup, feature engineering, hyper-parameters optimization, training algorithm, general and custom metrics computation, estimation post-processing.

Don’t save a pickle at the end of your EDA, let Xingu organize a versioned inventory of saved models (PKLs) linked and associated to commit hashes and branches of your cod…

Similar Posts

Loading similar posts...