iiRecord
Agentic AI Atlas · automl-pipeline
lib-process:data-science-ml--automl-pipelinea5c.ai
II.
LibraryProcess overview

lib-process:data-science-ml--automl-pipeline

Reference · live

automl-pipeline overview

AutoML Pipeline Orchestration - Automated machine learning workflows with algorithm selection, hyperparameter optimization, ensemble creation, and model selection with human-in-the-loop validation gates.

LibraryProcessOutgoing · 4Incoming · 0

Attributes

displayName
automl-pipeline
description
AutoML Pipeline Orchestration - Automated machine learning workflows with algorithm selection, hyperparameter optimization, ensemble creation, and model selection with human-in-the-loop validation gates.
libraryPath
library/specializations/data-science-ml/automl-pipeline.js
specialization
data-science-ml
references
  • - Auto-sklearn: https://automl.github.io/auto-sklearn/ - H2O AutoML: https://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html - MLflow Experiment Tracking: https://mlflow.org/ - Google AutoML: https://cloud.google.com/automl
example
const result = await orchestrate('specializations/data-science-ml/automl-pipeline', { dataPath: 'data/training.csv', targetColumn: 'churn', problemType: 'binary-classification', timeLimit: 3600, targetMetric: 'auc' });
usesAgents
  • general-purpose

Outgoing edges

lib_applies_to_domain1
lib_belongs_to_specialization1
lib_implements_workflow2

Incoming edges

None.