Modernize QBioCode dependencies and make QSage consume QProfiler output directly - #12
Open
thepineapplepirate wants to merge 3 commits into
Open
thepineapplepirate wants to merge 3 commits into
thepineapplepirate wants to merge 3 commits into
Conversation
…ation # Conflicts: # MANIFEST.in # README.md # conda-recipe/meta.yaml # docs/source/tutorials/QProfiler/configs/config.yaml # docs/source/tutorials/QProfiler/sc_binary_qprofiler.ipynb # docs/source/tutorials/Quantum_Projection_Learning/QPL_example.ipynb # docs/source/tutorials/Quantum_Projection_Learning/configs/qpl.yaml # docs/source/tutorials/Quantum_Projection_Learning/configs/rf.yaml # docs/source/tutorials/Quantum_Projection_Learning/configs/xgb.yaml # pyproject.toml # qbiocode/embeddings/embed.py # requirements.txt # setup.py # tutorial/QProfiler/configs/config.yaml # tutorial/Quantum_Projection_Learning/configs/qpl.yaml # tutorial/Quantum_Projection_Learning/configs/rf.yaml # tutorial/Quantum_Projection_Learning/configs/xgb.yaml
|
|
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates QBioCode for the shared Qiskit 2.x environment used by the Galaxy interactive tools and
simplifies the QSage workflow.
Dependency updates
QSage improvements
QProfiler already writes the source fields needed to identify datasets, models, embeddings, and iterations.
QSage now derives its bookkeeping metadata automatically when those derived columns are absent:
This allows a raw QProfiler ModelResults.csv to be passed directly to QSage without manually modifying the
DataFrame.
QSage also continues to handle optional model-parameter columns safely when QProfiler was run with or without
parameter tuning.
Notebook updates
The QSage notebook no longer requires the manual metadata-preparation step. It now loads the QProfiler results
directly and documents that QSage performs the normalization internally.
Documentation and packaging
Validation