Deborah.Elijah.DeborahWizardRunner
Deborah.Elijah.DeborahWizardRunner.run_DeborahWizard — Methodrun_DeborahWizard() -> Dict{String, Any}Interactive terminal wizard to generate a TOML configuration file for Deborah.DeborahCore.
This function guides the user through a series of prompts to collect all necessary fields for running a Deborah.DeborahCore-based machine learning estimation task. The generated configuration includes [data], [bootstrap], [jackknife], and optionally [abbreviation] sections.
It supports multiple input features, adjustable column indexing, label/train ratio selection, bootstrap/jackknife settings, and an optional abbreviation map (either inline or via external TOML).
Workflow Overview
- Prompt user for data paths, input files, and read columns.
- Define model metadata and ratio parameters (
LBP/TRP). - Collect bootstrap and jackknife configuration.
- Optionally load or manually define an abbreviation map.
- Write all values to a
config_Deborah.tomlfile.
Returns
- A
Dict{String, Any}representing the fullTOMLconfiguration.
Side Effects