Qulacs-Osaka / scikit-qulacs

scikit-qulacs is a library for quantum neural network. This library is based on qulacs and named after scikit-learn.
https://qulacs-osaka.github.io/scikit-qulacs/index.html
MIT License
19 stars 6 forks source link

Deprecate abstruct class `QNN` #217

Closed ikanago closed 2 years ago

ikanago commented 2 years ago

close #216

codecov[bot] commented 2 years ago

Codecov Report

Merging #217 (23f2a8a) into main (613b9d8) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #217      +/-   ##
==========================================
+ Coverage   91.42%   91.52%   +0.09%     
==========================================
  Files          12       11       -1     
  Lines         875      861      -14     
  Branches      168      167       -1     
==========================================
- Hits          800      788      -12     
+ Misses         44       42       -2     
  Partials       31       31              
Impacted Files Coverage Δ
skqulacs/qnn/classifier.py 91.66% <100.00%> (-0.12%) :arrow_down:
skqulacs/qnn/generation.py 97.75% <100.00%> (-0.03%) :arrow_down:
skqulacs/qnn/regressor.py 76.19% <100.00%> (-0.29%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 613b9d8...23f2a8a. Read the comment docs.