Skip to content
Last updated

AutoML Notebook Solutions

Treasure AutoML provides multiple solution notebooks:

Fundamental notebooks include AutoGluon classification/regression, time‑series forecasting, EDA and SHAP explanations, plus notebooks for preparing sample ML datasets. Current solution examples: Next Best Actions, Multi-Touch Attribution, Network Analysis.

Base Package

The base package includes the fundamental classification/regression notebook using AutoGluon. AutoGluon uses multi‑layer stacking to combine diverse ML models. See the AutoGluon documentation.

It also includes a notebook to prepare sample ML datasets for a quick start.

Base PackageDescription
Gluon TrainTrain a model using the AutoGluon library on an input training table.
Gluon PredictUse the model created by Gluon Train to predict values.
ML DatasetsLoad sample ML datasets as TD data tables.

Solution Packages

Pre‑configured solution packages address specific business use cases.

Solution PackageDescription
Next Best ActionPredict which marketing action is most likely to increase customer value based on past behavior.
Multi-touch Attribution (MTA)Allocate credit to journey touchpoints toward KPIs (conversion, etc.).
Time Series ForecastingPredict potential future values from historical data to inform strategy.
Exploratory Data AnalysisGraphical/statistical analysis to explore data and prepare for modeling.
SHAP AnalysisCompute Shapley values for local/global model explainability.
Network AnalysisGenerate Sankey diagrams and network plots for web access path insights.
RFM AnalysisSegment customers by recency, frequency, monetary value (RFM).
ClusteringCreate clusters (K-means) with feature importance & SHAP explanations.
CLTV PredictionEstimate Customer Lifetime Value (CLTV).