Usage
Creating an ML pipeline¶
- Via code: See the provided examples. To fetch them to your working directory for easy access, run
typer exe_kg_lib.cli.main run get-examples
. - Step-by-step via CLI: Run
typer exe_kg_lib.cli.main run create-pipeline
.
Executing an ML pipeline¶
- Via code: See example code.
- Via CLI: Run
typer exe_kg_lib.cli.main run run-pipeline <pipeline_path>
.
Last update: January 7, 2023