whylogs.cli.cli_text

Module Contents

whylogs.cli.cli_text.INTRO_MESSAGE = Multiline-String
Show Value
 1██╗    ██╗██╗  ██╗██╗   ██╗██╗      ██████╗  ██████╗ ███████╗
 2██║    ██║██║  ██║╚██╗ ██╔╝██║     ██╔═══██╗██╔════╝ ██╔════╝
 3██║ █╗ ██║███████║ ╚████╔╝ ██║     ██║   ██║██║  ███╗███████╗
 4██║███╗██║██╔══██║  ╚██╔╝  ██║     ██║   ██║██║   ██║╚════██║
 5╚███╔███╔╝██║  ██║   ██║   ███████╗╚██████╔╝╚██████╔╝███████║
 6 ╚══╝╚══╝ ╚═╝  ╚═╝   ╚═╝   ╚══════╝ ╚═════╝  ╚═════╝ ╚══════╝
 7                       / \__
 8                      (    @\___
 9                      /         O
10                     /   (_____/
11                    /_____/   U
12
13Welcome to whylogs!
14
15Join us our community slack at  http://join.slack.whylabs.ai/
16
17This CLI will guide you through initializing a basic whylogs configurations.
whylogs.cli.cli_text.DOING_NOTHING_ABORTING = Doing nothing. Aborting
whylogs.cli.cli_text.OVERRIDE_CONFIRM = Would you like to proceed with the above path?
whylogs.cli.cli_text.EMPTY_PATH_WARNING = WARNING: we will override the content in the non-empty path
whylogs.cli.cli_text.BEGIN_WORKFLOW = Multiline-String
Show Value
1Great. We will now generate the default configuration for whylogs'
2We'll need a few details from you before we can proceed
whylogs.cli.cli_text.PIPELINE_DESCRIPTION = "Pipeline" is a series of one or multiple datasets to build a single model or application. A...
whylogs.cli.cli_text.PROJECT_NAME_PROMPT = Project name (alphanumeric, dash, and underscore characters only)
whylogs.cli.cli_text.PROJECT_DESCRIPTION = "Project" is a collection of related datasets that are used for multiple models or applications.
whylogs.cli.cli_text.DATETIME_EXPLANATION = Multiline-String
Show Value
1whylogs can break down the data by time for you
2This will enable users to run time-based analysis
whylogs.cli.cli_text.DATETIME_COLUMN_PROMPT = What is the name of the datetime feature (leave blank to skip)?
whylogs.cli.cli_text.SKIP_DATETIME = Skip grouping by datetime
whylogs.cli.cli_text.DATETIME_FORMAT_PROMPT = What is the format of the column? Leave blank to use datetimeutil to parse
whylogs.cli.cli_text.INITIAL_PROFILING_CONFIRM = Would you like to run an initial profiling job?
whylogs.cli.cli_text.DATA_SOURCE_MESSAGE = Select data source:
whylogs.cli.cli_text.PROFILE_OVERRIDE_CONFIRM = Profile path already exists. This will override existing data
whylogs.cli.cli_text.DATA_WILL_BE_OVERRIDDEN = Previous profile data will be overridden
whylogs.cli.cli_text.OBSERVATORY_EXPLANATION = Multiline-String
Show Value
1WhyLabs Platform can visualize your statistics. This will require the CLI to upload
2your statistics to WhyLabs endpoint. Your original data (CSV file) will remain locally.
whylogs.cli.cli_text.RUN_PROFILING = Run whylogs profiling...
whylogs.cli.cli_text.GENERATE_NOTEBOOKS = Generate Jupyter notebooks
whylogs.cli.cli_text.DONE = Done