yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
131 stars 57 forks source link

Add return probability option to TensorConvert #229

Closed TsumiNa closed 3 years ago

TsumiNa commented 3 years ago

add softmax for prediciton

codecov[bot] commented 3 years ago

Codecov Report

Merging #229 (9ded22f) into master (fb97cd7) will increase coverage by 0.06%. The diff coverage is 35.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   35.40%   35.46%   +0.06%     
==========================================
  Files          95       95              
  Lines        6829     6868      +39     
==========================================
+ Hits         2418     2436      +18     
- Misses       4411     4432      +21     
Impacted Files Coverage Δ
xenonpy/datatools/splitter.py 0.00% <0.00%> (ø)
xenonpy/model/training/extension/tensor_convert.py 0.00% <0.00%> (ø)
tests/models/test_extension.py 98.54% <100.00%> (+0.07%) :arrow_up:
tests/models/test_trainer.py 99.23% <100.00%> (+0.01%) :arrow_up:

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 fb97cd7...9ded22f. Read the comment docs.