A comprehensive GUI application for quantum machine learning that intelligently recommends and executes quantum ML methodologies based on user prompts. QCDIS provides an end-to-end workflow from ...
├── data/ │ └── train_FD001.txt # NASA CMAPSS FD001 training data ├── notebooks/ │ └── train_transformer_bilstm.ipynb # Model training notebook ├── src/ # Core ML pipeline │ ├── preprocess.py # Data ...