Constants
This section of the documentation provides detailed information about the constants used throughout our application.
Index
ModelSelectionGUI.ALLSUBSETREGRESSIONModelSelectionGUI.AVAILABLE_RESULTS_TYPESModelSelectionGUI.CROSSVALIDATIONModelSelectionGUI.CSV_MIMEModelSelectionGUI.DATAModelSelectionGUI.DATANAMESModelSelectionGUI.DEFAULT_WS_CHANNELModelSelectionGUI.ENQUEUEDModelSelectionGUI.ENV_FILE_DEFAULTModelSelectionGUI.EQUATIONModelSelectionGUI.ERRORModelSelectionGUI.ESTIMATORModelSelectionGUI.FAILEDModelSelectionGUI.FILEHASHModelSelectionGUI.FILENAMEModelSelectionGUI.FINISHEDModelSelectionGUI.FRONTEND_INDEXModelSelectionGUI.IDModelSelectionGUI.JULIA_VERSIONModelSelectionGUI.MESSAGEModelSelectionGUI.MODEL_SELECTION_NAMEModelSelectionGUI.MODEL_SELECTION_VERModelSelectionGUI.MODEL_SELECTION_VERSIONModelSelectionGUI.MSGModelSelectionGUI.NAMEModelSelectionGUI.NCORESModelSelectionGUI.NOBSModelSelectionGUI.NWORKERSModelSelectionGUI.OPEN_CLIENT_DEFAULTModelSelectionGUI.OPEN_DOCUMENTATION_DEFAULTModelSelectionGUI.PARAMETERSModelSelectionGUI.PENDINGModelSelectionGUI.PENDING_QUEUE_SIZEModelSelectionGUI.PLAIN_MIMEModelSelectionGUI.RESULTSModelSelectionGUI.RUNNINGModelSelectionGUI.SERVER_HOST_DEFAULTModelSelectionGUI.SERVER_PORT_DEFAULTModelSelectionGUI.SSL_ENABLED_DEFAULTModelSelectionGUI.STATUSModelSelectionGUI.SUMMARYModelSelectionGUI.SWAGGER_DOCUMENT_FILEModelSelectionGUI.TEMP_FILENAMEModelSelectionGUI.TIME_ENQUEUEDModelSelectionGUI.TIME_FINISHEDModelSelectionGUI.TIME_STARTED
Contents
ModelSelectionGUI.MODEL_SELECTION_NAME — ConstantMODEL_SELECTION_NAMEName of the ModelSelection package.
ModelSelectionGUI.MODEL_SELECTION_VER — ConstantMODEL_SELECTION_VERVersion of the ModelSelection package.
ModelSelectionGUI.ENV_FILE_DEFAULT — ConstantENV_FILE_DEFAULTDefault path for the .env file used for storing environment variables. The default path is `.envv.
ModelSelectionGUI.SERVER_HOST_DEFAULT — ConstantSERVER_HOST_DEFAULTDefault base URL for the server. The default URL is 127.0.0.1.
ModelSelectionGUI.SERVER_PORT_DEFAULT — ConstantSERVER_PORT_DEFAULTDefault port number for the server. The default port is 8000.
ModelSelectionGUI.SSL_ENABLED_DEFAULT — ConstantSSL_ENABLED_DEFAULTDefault value for whether SSL (Secure Socket Layer) is enabled in the application. The default value is false.
ModelSelectionGUI.OPEN_DOCUMENTATION_DEFAULT — ConstantOPEN_DOCUMENTATION_DEFAULTWhether to open a window with documentation automatically when the server starts for Swagger documentation. The default value is false.
ModelSelectionGUI.OPEN_CLIENT_DEFAULT — ConstantOPEN_CLIENT_DEFAULTWhether to open a window with the client automatically when the server starts. The default value is false.
ModelSelectionGUI.DATA — ConstantDATASymbol key representing data. Used as a key in various data structures throughout the application.
ModelSelectionGUI.FILEHASH — ConstantFILEHASHSymbol representing filehash. Used as a key in various data structures throughout the application.
ModelSelectionGUI.FILENAME — ConstantFILENAMESymbol representing filename. Used as a key in various data structures throughout the application.
ModelSelectionGUI.ID — ConstantIDSymbol representing ID. Used as a key in various data structures throughout the application.
ModelSelectionGUI.MESSAGE — ConstantMESSAGESymbol representing message. Used as a key in various data structures throughout the application.
ModelSelectionGUI.NAME — ConstantNAMESymbol representing a name. Used as a key in various data structures throughout the application.
ModelSelectionGUI.PARAMETERS — ConstantPARAMETERSSymbol representing parameters. Used as a key in various data structures throughout the application.
ModelSelectionGUI.TEMP_FILENAME — ConstantTEMP_FILENAMESymbol representing temporary filename. Used as a key in various data structures throughout the application.
ModelSelectionGUI.NCORES — ConstantNCORESSymbol representing the number of cores. Used as a key in various data structures throughout the application.
ModelSelectionGUI.NWORKERS — ConstantNWORKERSSymbol representing the number of workers. Used as a key in various data structures throughout the application.
ModelSelectionGUI.MODEL_SELECTION_VERSION — ConstantMODEL_SELECTION_VERSIONSymbol representing the version of the Model Selection package. Used as a key in various data structures throughout the application.
ModelSelectionGUI.JULIA_VERSION — ConstantJULIA_VERSIONSymbol representing the Julia version. Used as a key in various data structures throughout the application.
ModelSelectionGUI.PENDING_QUEUE_SIZE — ConstantPENDING_QUEUE_SIZESymbol representing the size of the jobs queue. Used as a key in various data structures throughout the application.
ModelSelectionGUI.STATUS — ConstantSTATUSSymbol representing the status of an operation. Used as a key in various data structures throughout the application.
ModelSelectionGUI.ENQUEUED — ConstantENQUEUEDSymbol representing the enqueued status. Used to denote that a job has been added to the queue.
ModelSelectionGUI.RUNNING — ConstantRUNNINGSymbol representing the running status. Used to denote that a job is currently being executed.
ModelSelectionGUI.FINISHED — ConstantFINISHEDSymbol representing the finished status. Used to denote that a job has completed execution.
ModelSelectionGUI.FAILED — ConstantFAILEDSymbol representing the failed status. Used to denote that a job has failed to execute.
ModelSelectionGUI.PENDING — ConstantPENDINGSymbol representing the pending status. Used to denote that a job is in the queue, but not yet being executed.
ModelSelectionGUI.ESTIMATOR — ConstantESTIMATORSymbol representing an estimator. Used as a key in various data structures throughout the application.
ModelSelectionGUI.EQUATION — ConstantEQUATIONSymbol representing an equation. Used as a key in various data structures throughout the application.
ModelSelectionGUI.DATANAMES — ConstantDATANAMESSymbol representing data names. Used as a key in various data structures throughout the application.
ModelSelectionGUI.NOBS — ConstantNOBSSymbol representing the number of observations. Used as a key in various data structures throughout the application.
ModelSelectionGUI.TIME_ENQUEUED — ConstantTIME_ENQUEUEDSymbol representing the time that a job is enqueued. Used as a key in various data structures throughout the application.
ModelSelectionGUI.TIME_STARTED — ConstantTIME_STARTEDSymbol representing the time that a job started. Used as a key in various data structures throughout the application.
ModelSelectionGUI.TIME_FINISHED — ConstantTIME_FINISHEDSymbol representing the time that a job finished. Used as a key in various data structures throughout the application.
ModelSelectionGUI.MSG — ConstantMSGSymbol representing an API message. Used as a key in various data structures throughout the application.
ModelSelectionGUI.ERROR — ConstantERRORSymbol representing an error. Used as a key in various data structures throughout the application.
ModelSelectionGUI.ALLSUBSETREGRESSION — ConstantALLSUBSETREGRESSIONSymbol representing the All Subset Regression result type. Used as a key in various data structures throughout the application.
ModelSelectionGUI.CROSSVALIDATION — ConstantCROSSVALIDATIONSymbol representing the Cross Validation result type. Used as a key in various data structures throughout the application.
ModelSelectionGUI.SUMMARY — ConstantSUMMARYSymbol representing the Summary result type. Used as a key in various data structures throughout the application.
ModelSelectionGUI.AVAILABLE_RESULTS_TYPES — ConstantAVAILABLE_RESULTS_TYPESArray containing symbols that represent the different types of results available in the application.
ModelSelectionGUI.DEFAULT_WS_CHANNEL — ConstantDEFAULT_WS_CHANNELSymbol representing the default WebSockets channel. Used as a key in various data structures throughout the application.
ModelSelectionGUI.RESULTS — ConstantRESULTSSymbol representing results. Used as a key in various data structures throughout the application.
ModelSelectionGUI.CSV_MIME — ConstantCSV_MIMEMIME type for CSV files.
ModelSelectionGUI.PLAIN_MIME — ConstantPLAIN_MIMEMIME type for CSV files.
ModelSelectionGUI.SWAGGER_DOCUMENT_FILE — ConstantSWAGGER_DOCUMENT_FILEThe file path of the Swagger document.
ModelSelectionGUI.FRONTEND_INDEX — ConstantFRONTEND_INDEXThe file path of the frontend HTML file.