Releases: Qyusu/qxmt
Releases · Qyusu/qxmt
Relese 0.3.3
ADD
FIX
- Process parallelization process. Mainly, when a file is changed, the latest code is used in the child process.
CHANGE
Relese 0.3.2
Add
- record the runtime of fit and predict in each RunRecord (
"runtime": {"fit": 3.2, "predict": 1.2}
).
Fix
- Kernel build method from feature map function.
- Disable cache when reloading custom modules.
- Temporarily changed to single-threaded due to a bug found in the process parallelization process. Will be supported in the future.
Change
- remove input dim check when construct feature map. Implement user's own necessary checking mechanisms to improve operability.
- split default feature map module (
defaults.py
) in to each objective and method.
Relese v0.3.1
Relese v0.3.0
Add
- hyperparamter search by optuna (#95)
- support multi class (#96)
- quantum rigge regressor class (#97)
- split evaluation class into clf or reg (#99)
- visualization method for regression model (#100)
- generate method for dummy regression data (#101)
- cross_val and hyperparams-search for QRigge
- implement QSVR model (#103)
- support py310 environment (#104)
Fix
Relese v0.2.3
Add
-
(add): split logic of validation (#80)
-
(add): cross validation (#81)
-
(add): role for description generator (#83)
-
(add): dataset load from OpenML (#84)
-
(add): config for multi dataset type (#85)
-
(add): override empty experiment directory (#85)
-
(add): visualize circuit in the MPL format (#86)
-
(add): projected kernel (#86)
-
(add): hyper-parameter search method (grid, random) (#90)
Change
-
(change): move raw dataset type definition (#80)
-
(change): definition of default metrics in one place (#82)
Fix
- (fix): dummy dataset label (#82)
Docs
v0.2.2
v0.2.1
v0.2.0
Relese 0.1.0
First public release of QXMT.
Contributors
This release contains contributions from:
kenya-sk