CLI Reference¶
The package exposes these commands:
tabnado-init: Create a template params YAML filetabnado-run: Full pipelinetabnado-data: Data load/build stagetabnado-sweep: Hyperparameter sweep stagetabnado-train: Final training stagetabnado-evaluate: Evaluation stage (metrics, UMAP)tabnado-shap: SHAP analysis stage
Shared Argument Pattern¶
All stage commands accept:
--params <path_to_yaml>
# or
-p <path_to_yaml>
All commands also support:
--help
--version
Examples¶
tabnado-init
tabnado-init configs/params_MLLN.yaml
tabnado-init configs/params_MLLN.yaml --force
tabnado-sweep --params params_MLLN.yaml
tabnado-train --params params_MLLN.yaml
tabnado-evaluate --params params_MLLN.yaml
tabnado-shap --params params_MLLN.yaml