CSA Common Lib
Folder Structure
csa_common_lib/
└── classes/ # Contains class definitions for prediction-related data structures
├── prediction_options.py # Defines options and configurations for predictions
├── prediction_receipt.py # Structures data related to prediction receipts
└── prediction_results.py # Contains classes for handling prediction results
└── enum_types/ # Contains enumerations that categorize various elements of the system
├── exit_flags.py # Defines exit flag states used during execution
├── functions.py # Enumerates available functions in the system
├── job_types.py # Enumerates different job types for concurrency
└── helpers/ # Provides helper functions for common low-level tasks
└── toolbox/ # General-purpose set of utilities
├── classes/ # Utility classes used across various parts of the system
├── concurrency/ # Tools for concurrent execution
├── database/ # Database-related utilities
├── npz/ # Utilities for handling `.npz` files
└── stats/ # Provides common statistical functions and toolsInstallation
Usage
Last updated