Data Pipeline
Processes inference models predictions and observed data, exploratory data analysis, data vizualization.
Configuration
Before running the pipelines, you need to configure them. Configuration files are located in the /config/ directory. For custom configurations:
This will create the following files that the user needs to fill out:
- `pipelines/data_pipeline/configs/direct_input_config.json`
- `pipelines/data_pipeline/configs/personal_config.json`
- Edit Config Files: Modify the configuration files to match your data and setup. These files contain the necessary parameters and paths required to run the pipelines successfully. Ensure that all paths, model checkpoints, and settings are correctly specified to match your environment.
Option 1: Default Repository Structure
Use this option if you're following the default setup as structured in the repository:
python generate_config.py --config_file configs/default_config.json
Option 2: Custom Configuration
Use this option if you need to specify custom paths and settings:
python generate_config.py --direct_input --config_file configs/direct_input_config.json
- Usage: Once the configuration is complete, you can run the pipeline.
Running the pipeline
Data Frame Generation
Exploratory Data Analysis(EDA)
Data Visualization
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details
Release files for data-pipeline-ml-caqtl-visualization 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| data_pipeline_ml_caqtl_visualization-0.2.1.tar.gz | 34.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| data_pipeline_ml_caqtl_visualization-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 75.6 kB
Release files / data_pipeline_ml_caqtl_visualization-0.2.1.tar.gz
| Download URL | data_pipeline_ml_caqtl_visualization-0.2.1.tar.gz |
|---|---|
| Size | 34.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b2c96e85283edff2f1daa2adc74ee3cf8d0aacae42d05cb3b9773e60b17e73b2
|
|
BLAKE2b-256 checksum How to use checksums |
dc1564a08dbca1c0c0916329d7b781dfbafe3e70316ac3f1bfd920242b72fe24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.10.14 Linux/3.10.0-1160.el7.x86_64
|
Release files / data_pipeline_ml_caqtl_visualization-0.2.1-py3-none-any.whl
| Download URL | data_pipeline_ml_caqtl_visualization-0.2.1-py3-none-any.whl |
|---|---|
| Size | 41.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
93b8f68f3d015972b321ef582d5405b3eae2e4a63da6a8e4d4e82c5c7a4c74e7
|
|
BLAKE2b-256 checksum How to use checksums |
eeae617202e86b637aa21ce302128ce6ee120caf6ecdd59ac692bbc6825d11c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.10.14 Linux/3.10.0-1160.el7.x86_64
|